#b2d952

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

Shades of Conifer #B2D952

Tints of Conifer #B2D952

Color information

#B2D952 (or 0xB2D952) is unknown color: approx Conifer. HEX triplet: B2, D9 and 52. RGB value is (178,217,82). Sum of RGB (Red+Green+Blue) = 178+217+82=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 82 (32.42% from 255 or 17.19% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D952 is #4D26AD. Grayscale: #BEBEBE. Windows color (decimal): -5056174 or 5429682. OLE color: 5429682.

HSL color Cylindrical-coordinate representation of color #B2D952: hue angle of 77.33º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2D952 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB17821782-
CMYK0.1800.620.15
HSL77.33º63.98%58.63%-
HSV(B)77.33º62.21%85.1%-
XYZ44.759.717.15-
YUV189.9567.08119.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 82 (32.42% from 255) = 17.19%
R=37.32%
G=45.49%
B=17.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178217820.1800.620.1577.3363.9858.63
HexB2D9521203EF4d403b
Octal262331122220761711510073
Binary10110010110110011010010100100111110111110011011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2d952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2d952; }

 p { color: rgb(178,217,82); }

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

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

 a { background-color: rgb(178,217,82); }

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

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

 span { border-color: rgb(178,217,82); }

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