#B0DF52

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

Shades of Conifer #B0DF52

Tints of Conifer #B0DF52

Color information

#B0DF52 (or 0xB0DF52) is unknown color: approx Conifer. HEX triplet: B0, DF and 52. RGB value is (176,223,82). Sum of RGB (Red+Green+Blue) = 176+223+82=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DF52 is #4F20AD. Grayscale: #C1C1C1. Windows color (decimal): -5185710 or 5431216. OLE color: 5431216.

HSL color Cylindrical-coordinate representation of color #B0DF52: hue angle of 80º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0DF52 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB17622382-
CMYK0.2100.630.13
HSL80º68.78%59.8%-
HSV(B)80º63.23%87.45%-
XYZ45.8262.6117.65-
YUV192.8765.43115.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 223 (87.5% from 255) = 46.36%
BLUE value IS 82 (32.42% from 255) = 17.05%
R=36.59%
G=46.36%
B=17.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176223820.2100.630.138068.7859.8
HexB0DF521503FD50453c
Octal260337122250771512010574
Binary10110000110111111010010101010111111110110100001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DF52; }

 p { color: rgb(176,223,82); }

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

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

 a { background-color: rgb(176,223,82); }

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

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

 span { border-color: rgb(176,223,82); }

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