#B4E94A

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

Shades of Conifer #B4E94A

Tints of Conifer #B4E94A

Color information

#B4E94A (or 0xB4E94A) is unknown color: approx Conifer. HEX triplet: B4, E9 and 4A. RGB value is (180,233,74). Sum of RGB (Red+Green+Blue) = 180+233+74=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B4E94A is #4B16B5. Grayscale: #C7C7C7. Windows color (decimal): -4921014 or 4909492. OLE color: 4909492.

HSL color Cylindrical-coordinate representation of color #B4E94A: hue angle of 80º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4E94A is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB18023374-
CMYK0.2300.680.09
HSL80º78.33%60.2%-
HSV(B)80º68.24%91.37%-
XYZ49.268.4817.1-
YUV199.0357.44114.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 233 (91.41% from 255) = 47.84%
BLUE value IS 74 (29.30% from 255) = 15.20%
R=36.96%
G=47.84%
B=15.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180233740.2300.680.098078.3360.2
HexB4E94A170449504e3c
Octal2643511122701041112011674
Binary101101001110100110010101011101000100100110100001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E94A; }

 p { color: rgb(180,233,74); }

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

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

 a { background-color: rgb(180,233,74); }

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

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

 span { border-color: rgb(180,233,74); }

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