#B2D15A

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

Shades of Conifer #B2D15A

Tints of Conifer #B2D15A

Color information

#B2D15A (or 0xB2D15A) is unknown color: approx Conifer. HEX triplet: B2, D1 and 5A. RGB value is (178,209,90). Sum of RGB (Red+Green+Blue) = 178+209+90=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #B2D15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D15A is #4D2EA5. Grayscale: #BABABA. Windows color (decimal): -5058214 or 5951922. OLE color: 5951922.

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

Color convert

RGB17820990-
CMYK0.1500.570.18
HSL75.63º56.4%58.63%-
HSV(B)75.63º56.94%81.96%-
XYZ43.0155.818.18-
YUV186.1673.73122.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 209 (82.03% from 255) = 43.82%
BLUE value IS 90 (35.55% from 255) = 18.87%
R=37.32%
G=43.82%
B=18.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178209900.1500.570.1875.6356.458.63
HexB2D15AF039124c383b
Octal26232113217071221147073
Binary1011001011010001101101011110111001100101001100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D15A; }

 p { color: rgb(178,209,90); }

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

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

 a { background-color: rgb(178,209,90); }

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

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

 span { border-color: rgb(178,209,90); }

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