#B1CF54

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

Shades of Conifer #B1CF54

Tints of Conifer #B1CF54

Color information

#B1CF54 (or 0xB1CF54) is unknown color: approx Conifer. HEX triplet: B1, CF and 54. RGB value is (177,207,84). Sum of RGB (Red+Green+Blue) = 177+207+84=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CF54 is #4E30AB. Grayscale: #B8B8B8. Windows color (decimal): -5124268 or 5558193. OLE color: 5558193.

HSL color Cylindrical-coordinate representation of color #B1CF54: hue angle of 74.63º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1CF54 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB17720784-
CMYK0.1400.590.19
HSL74.63º56.16%57.06%-
HSV(B)74.63º59.42%81.18%-
XYZ42.0454.6116.71-
YUV184.0171.56123-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.82%
GREEN value IS 207 (81.25% from 255) = 44.23%
BLUE value IS 84 (33.20% from 255) = 17.95%
R=37.82%
G=44.23%
B=17.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177207840.1400.590.1974.6356.1657.06
HexB1CF54E03B134b3839
Octal26131712416073231137071
Binary1011000111001111101010011100111011100111001011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CF54; }

 p { color: rgb(177,207,84); }

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

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

 a { background-color: rgb(177,207,84); }

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

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

 span { border-color: rgb(177,207,84); }

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