#B1CE52

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

Shades of Conifer #B1CE52

Tints of Conifer #B1CE52

Color information

#B1CE52 (or 0xB1CE52) is unknown color: approx Conifer. HEX triplet: B1, CE and 52. RGB value is (177,206,82). Sum of RGB (Red+Green+Blue) = 177+206+82=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE52 is #4E31AD. Grayscale: #B7B7B7. Windows color (decimal): -5124526 or 5426865. OLE color: 5426865.

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

Color convert

RGB17720682-
CMYK0.1400.600.19
HSL74.03º55.86%56.47%-
HSV(B)74.03º60.19%80.78%-
XYZ41.7354.116.23-
YUV183.1970.89123.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.06%
GREEN value IS 206 (80.86% from 255) = 44.30%
BLUE value IS 82 (32.42% from 255) = 17.63%
R=38.06%
G=44.30%
B=17.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177206820.1400.600.1974.0355.8656.47
HexB1CE52E03C134a3838
Octal26131612216074231127070
Binary1011000111001110101001011100111100100111001010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CE52; }

 p { color: rgb(177,206,82); }

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

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

 a { background-color: rgb(177,206,82); }

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

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

 span { border-color: rgb(177,206,82); }

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