#B4E15A

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

Shades of Conifer #B4E15A

Tints of Conifer #B4E15A

Color information

#B4E15A (or 0xB4E15A) is unknown color: approx Conifer. HEX triplet: B4, E1 and 5A. RGB value is (180,225,90). Sum of RGB (Red+Green+Blue) = 180+225+90=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #B4E15A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E15A is #4B1EA5. Grayscale: #C4C4C4. Windows color (decimal): -4923046 or 5956020. OLE color: 5956020.

HSL color Cylindrical-coordinate representation of color #B4E15A: hue angle of 80º 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 #B4E15A is Cyan = 0.2, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB18022590-
CMYK0.200.600.12
HSL80º69.23%61.76%-
HSV(B)80º60%88.24%-
XYZ47.5964.2919.57-
YUV196.1568.09116.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 225 (88.28% from 255) = 45.45%
BLUE value IS 90 (35.55% from 255) = 18.18%
R=36.36%
G=45.45%
B=18.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal180225900.200.600.128069.2361.76
HexB4E15A1403CC50453e
Octal264341132240741412010576
Binary10110100111000011011010101000111100110010100001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E15A; }

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

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

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

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

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

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

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

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