#B1D04B

Color #B1D04B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B1D04B

Tints of Conifer #B1D04B

Color information

#B1D04B (or 0xB1D04B) is unknown color: approx Conifer. HEX triplet: B1, D0 and 4B. RGB value is (177,208,75). Sum of RGB (Red+Green+Blue) = 177+208+75=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D04B is #4E2FB4. Grayscale: #B8B8B8. Windows color (decimal): -5124021 or 4968625. OLE color: 4968625.

HSL color Cylindrical-coordinate representation of color #B1D04B: hue angle of 73.98º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1D04B is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB17720875-
CMYK0.1500.640.18
HSL73.98º58.59%55.49%-
HSV(B)73.98º63.94%81.57%-
XYZ41.9654.9715.05-
YUV183.5766.73123.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 38.48%
GREEN value IS 208 (81.64% from 255) = 45.22%
BLUE value IS 75 (29.69% from 255) = 16.30%
R=38.48%
G=45.22%
B=16.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177208750.1500.640.1873.9858.5955.49
HexB1D04BF040124a3b37
Octal261320113170100221127367
Binary10110001110100001001011111101000000100101001010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1D04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1D04B; }

 p { color: rgb(177,208,75); }

 H1.HeaderClassName
 {
   color: #B1D04B;
 }
 .AnyTagClassName
 {
   color: #B1D04B;
 }
</style>
background-color css

<style>
 a { background-color: #B1D04B; }

 a { background-color: rgb(177,208,75); }

 div.DivClassName
 {
   background-color: #B1D04B;
 }
 .BgClassName
 {
   background-color: #B1D04B;
 }
</style>
border-color css

<style>
 span { border-color: #B1D04B; }

 span { border-color: rgb(177,208,75); }

 td.TdClassName
 {
   border-color: #B1D04B;
 }
 .TagClassName
 {
   border-color: #B1D04B;
 }
</style>