#B1CD54

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

Shades of Conifer #B1CD54

Tints of Conifer #B1CD54

Color information

#B1CD54 (or 0xB1CD54) is unknown color: approx Conifer. HEX triplet: B1, CD and 54. RGB value is (177,205,84). Sum of RGB (Red+Green+Blue) = 177+205+84=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CD54 is #4E32AB. Grayscale: #B7B7B7. Windows color (decimal): -5124780 or 5557681. OLE color: 5557681.

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

Color convert

RGB17720584-
CMYK0.1400.590.20
HSL73.88º54.75%56.67%-
HSV(B)73.88º59.02%80.39%-
XYZ41.5653.6516.55-
YUV182.8372.22123.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 205 (80.47% from 255) = 43.99%
BLUE value IS 84 (33.20% from 255) = 18.03%
R=37.98%
G=43.99%
B=18.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177205840.1400.590.2073.8854.7556.67
HexB1CD54E03B144a3739
Octal26131512416073241126771
Binary1011000111001101101010011100111011101001001010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CD54; }

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

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

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

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

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

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

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

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