#B3E15A

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

Shades of Conifer #B3E15A

Tints of Conifer #B3E15A

Color information

#B3E15A (or 0xB3E15A) is unknown color: approx Conifer. HEX triplet: B3, E1 and 5A. RGB value is (179,225,90). Sum of RGB (Red+Green+Blue) = 179+225+90=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #B3E15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E15A is #4C1EA5. Grayscale: #C4C4C4. Windows color (decimal): -4988582 or 5956019. OLE color: 5956019.

HSL color Cylindrical-coordinate representation of color #B3E15A: hue angle of 80.44º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3E15A is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB17922590-
CMYK0.2000.600.12
HSL80.44º69.23%61.76%-
HSV(B)80.44º60%88.24%-
XYZ47.3664.1719.56-
YUV195.8668.26115.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.23%
GREEN value IS 225 (88.28% from 255) = 45.55%
BLUE value IS 90 (35.55% from 255) = 18.22%
R=36.23%
G=45.55%
B=18.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal179225900.2000.600.1280.4469.2361.76
HexB3E15A1403CC50453e
Octal263341132240741412010576
Binary10110011111000011011010101000111100110010100001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E15A; }

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

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

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

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

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

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

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

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