#B2D55D

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

Shades of Conifer #B2D55D

Tints of Conifer #B2D55D

Color information

#B2D55D (or 0xB2D55D) is unknown color: approx Conifer. HEX triplet: B2, D5 and 5D. RGB value is (178,213,93). Sum of RGB (Red+Green+Blue) = 178+213+93=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D55D is #4D2AA2. Grayscale: #BDBDBD. Windows color (decimal): -5057187 or 6149554. OLE color: 6149554.

HSL color Cylindrical-coordinate representation of color #B2D55D: hue angle of 77.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2D55D is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB17821393-
CMYK0.1600.560.16
HSL77.5º58.82%60%-
HSV(B)77.5º56.34%83.53%-
XYZ44.1357.8419.19-
YUV188.8673.9120.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 213 (83.59% from 255) = 44.01%
BLUE value IS 93 (36.72% from 255) = 19.21%
R=36.78%
G=44.01%
B=19.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178213930.1600.560.1677.558.8260
HexB2D55D10038104e3b3c
Octal26232513520070201167374
Binary10110010110101011011101100000111000100001001110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D55D; }

 p { color: rgb(178,213,93); }

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

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

 a { background-color: rgb(178,213,93); }

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

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

 span { border-color: rgb(178,213,93); }

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