#B0D552

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

Shades of Conifer #B0D552

Tints of Conifer #B0D552

Color information

#B0D552 (or 0xB0D552) is unknown color: approx Conifer. HEX triplet: B0, D5 and 52. RGB value is (176,213,82). Sum of RGB (Red+Green+Blue) = 176+213+82=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #B0D552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D552 is #4F2AAD. Grayscale: #BBBBBB. Windows color (decimal): -5188270 or 5428656. OLE color: 5428656.

HSL color Cylindrical-coordinate representation of color #B0D552: hue angle of 76.95º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0D552 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB17621382-
CMYK0.1700.620.16
HSL76.95º60.93%57.84%-
HSV(B)76.95º61.5%83.53%-
XYZ43.2257.4316.79-
YUV18768.74120.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 82 (32.42% from 255) = 17.41%
R=37.37%
G=45.22%
B=17.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176213820.1700.620.1676.9560.9357.84
HexB0D5521103E104d3d3a
Octal26032512221076201157572
Binary10110000110101011010010100010111110100001001101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D552; }

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

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

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

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

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

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

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

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