#B4EA5A

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

Shades of Conifer #B4EA5A

Tints of Conifer #B4EA5A

Color information

#B4EA5A (or 0xB4EA5A) is unknown color: approx Conifer. HEX triplet: B4, EA and 5A. RGB value is (180,234,90). Sum of RGB (Red+Green+Blue) = 180+234+90=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #B4EA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4EA5A is #4B15A5. Grayscale: #C9C9C9. Windows color (decimal): -4920742 or 5958324. OLE color: 5958324.

HSL color Cylindrical-coordinate representation of color #B4EA5A: hue angle of 82.5º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B4EA5A is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB18023490-
CMYK0.2300.620.08
HSL82.5º77.42%63.53%-
HSV(B)82.5º61.54%91.76%-
XYZ50.0969.2920.41-
YUV201.4465.11112.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.71%
GREEN value IS 234 (91.80% from 255) = 46.43%
BLUE value IS 90 (35.55% from 255) = 17.86%
R=35.71%
G=46.43%
B=17.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal180234900.2300.620.0882.577.4263.53
HexB4EA5A1703E8524d40
Octal2643521322707610122115100
Binary101101001110101010110101011101111101000101001010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EA5A; }

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

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

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

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

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

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

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

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