#B0CE58

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

Shades of Conifer #B0CE58

Tints of Conifer #B0CE58

Color information

#B0CE58 (or 0xB0CE58) is unknown color: approx Conifer. HEX triplet: B0, CE and 58. RGB value is (176,206,88). Sum of RGB (Red+Green+Blue) = 176+206+88=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 88 (34.77% from 255 or 18.72% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CE58 is #4F31A7. Grayscale: #B8B8B8. Windows color (decimal): -5190056 or 5820080. OLE color: 5820080.

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

Color convert

RGB17620688-
CMYK0.1500.570.19
HSL75.25º54.63%57.65%-
HSV(B)75.25º57.28%80.78%-
XYZ41.7454.0817.47-
YUV183.5874.06122.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 206 (80.86% from 255) = 43.83%
BLUE value IS 88 (34.77% from 255) = 18.72%
R=37.45%
G=43.83%
B=18.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal176206880.1500.570.1975.2554.6357.65
HexB0CE58F039134b373a
Octal26031613017071231136772
Binary1011000011001110101100011110111001100111001011110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CE58; }

 p { color: rgb(176,206,88); }

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

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

 a { background-color: rgb(176,206,88); }

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

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

 span { border-color: rgb(176,206,88); }

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