#B0D35F

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

Shades of Conifer #B0D35F

Tints of Conifer #B0D35F

Color information

#B0D35F (or 0xB0D35F) is unknown color: approx Conifer. HEX triplet: B0, D3 and 5F. RGB value is (176,211,95). Sum of RGB (Red+Green+Blue) = 176+211+95=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #B0D35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D35F is #4F2CA0. Grayscale: #BBBBBB. Windows color (decimal): -5188769 or 6280112. OLE color: 6280112.

HSL color Cylindrical-coordinate representation of color #B0D35F: hue angle of 78.1º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0D35F is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB17621195-
CMYK0.1700.550.17
HSL78.1º56.86%60%-
HSV(B)78.1º54.98%82.75%-
XYZ43.2656.6419.48-
YUV187.3175.9119.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 211 (82.81% from 255) = 43.78%
BLUE value IS 95 (37.5% from 255) = 19.71%
R=36.51%
G=43.78%
B=19.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal176211950.1700.550.1778.156.8660
HexB0D35F11037114e393c
Octal26032313721067211167174
Binary10110000110100111011111100010110111100011001110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D35F; }

 p { color: rgb(176,211,95); }

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

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

 a { background-color: rgb(176,211,95); }

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

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

 span { border-color: rgb(176,211,95); }

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