#B3D15A

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

Shades of Conifer #B3D15A

Tints of Conifer #B3D15A

Color information

#B3D15A (or 0xB3D15A) is unknown color: approx Conifer. HEX triplet: B3, D1 and 5A. RGB value is (179,209,90). Sum of RGB (Red+Green+Blue) = 179+209+90=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #B3D15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D15A is #4C2EA5. Grayscale: #BABABA. Windows color (decimal): -4992678 or 5951923. OLE color: 5951923.

HSL color Cylindrical-coordinate representation of color #B3D15A: hue angle of 75.13º 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 #B3D15A is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB17920990-
CMYK0.1400.570.18
HSL75.13º56.4%58.63%-
HSV(B)75.13º56.94%81.96%-
XYZ43.2455.9218.19-
YUV186.4673.56122.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 209 (82.03% from 255) = 43.72%
BLUE value IS 90 (35.55% from 255) = 18.83%
R=37.45%
G=43.72%
B=18.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal179209900.1400.570.1875.1356.458.63
HexB3D15AE039124b383b
Octal26332113216071221137073
Binary1011001111010001101101011100111001100101001011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D15A; }

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

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

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

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

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

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

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

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