#B1CE4E

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

Shades of Conifer #B1CE4E

Tints of Conifer #B1CE4E

Color information

#B1CE4E (or 0xB1CE4E) is unknown color: approx Conifer. HEX triplet: B1, CE and 4E. RGB value is (177,206,78). Sum of RGB (Red+Green+Blue) = 177+206+78=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CE4E is #4E31B1. Grayscale: #B7B7B7. Windows color (decimal): -5124530 or 5164721. OLE color: 5164721.

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

Color convert

RGB17720678-
CMYK0.1400.620.19
HSL73.59º56.64%55.69%-
HSV(B)73.59º62.14%80.78%-
XYZ41.5854.0415.45-
YUV182.7468.89123.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 78 (30.86% from 255) = 16.92%
R=38.39%
G=44.69%
B=16.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177206780.1400.620.1973.5956.6455.69
HexB1CE4EE03E134a3938
Octal26131611616076231127170
Binary1011000111001110100111011100111110100111001010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CE4E; }

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

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

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

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

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

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

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

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