#b2d45c

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

Shades of Conifer #B2D45C

Tints of Conifer #B2D45C

Color information

#B2D45C (or 0xB2D45C) is unknown color: approx Conifer. HEX triplet: B2, D4 and 5C. RGB value is (178,212,92). Sum of RGB (Red+Green+Blue) = 178+212+92=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 92 (36.33% from 255 or 19.09% from 482); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D45C is #4D2BA3. Grayscale: #BCBCBC. Windows color (decimal): -5057444 or 6083762. OLE color: 6083762.

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

Color convert

RGB17821292-
CMYK0.1600.570.17
HSL77º58.25%59.61%-
HSV(B)77º56.6%83.14%-
XYZ43.8457.3218.88-
YUV188.1573.74120.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.93%
GREEN value IS 212 (83.20% from 255) = 43.98%
BLUE value IS 92 (36.33% from 255) = 19.09%
R=36.93%
G=43.98%
B=19.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal178212920.1600.570.177758.2559.61
HexB2D45C10039114d3a3c
Octal26232413420071211157274
Binary10110010110101001011100100000111001100011001101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2d45c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2d45c; }

 p { color: rgb(178,212,92); }

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

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

 a { background-color: rgb(178,212,92); }

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

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

 span { border-color: rgb(178,212,92); }

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