#B4E05A

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

Shades of Conifer #B4E05A

Tints of Conifer #B4E05A

Color information

#B4E05A (or 0xB4E05A) is unknown color: approx Conifer. HEX triplet: B4, E0 and 5A. RGB value is (180,224,90). Sum of RGB (Red+Green+Blue) = 180+224+90=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #B4E05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E05A is #4B1FA5. Grayscale: #C4C4C4. Windows color (decimal): -4923302 or 5955764. OLE color: 5955764.

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

Color convert

RGB18022490-
CMYK0.2000.600.12
HSL79.7º68.37%61.57%-
HSV(B)79.7º59.82%87.84%-
XYZ47.3263.7519.48-
YUV195.5768.42116.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.44%
GREEN value IS 224 (87.89% from 255) = 45.34%
BLUE value IS 90 (35.55% from 255) = 18.22%
R=36.44%
G=45.34%
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
Decimal180224900.2000.600.1279.768.3761.57
HexB4E05A1403CC50443e
Octal264340132240741412010476
Binary10110100111000001011010101000111100110010100001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E05A; }

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

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

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

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

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

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

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

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