#B8EC4A

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

Shades of Conifer #B8EC4A

Tints of Conifer #B8EC4A

Color information

#B8EC4A (or 0xB8EC4A) is unknown color: approx Conifer. HEX triplet: B8, EC and 4A. RGB value is (184,236,74). Sum of RGB (Red+Green+Blue) = 184+236+74=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #B8EC4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8EC4A is #4713B5. Grayscale: #CACACA. Windows color (decimal): -4658102 or 4910264. OLE color: 4910264.

HSL color Cylindrical-coordinate representation of color #B8EC4A: hue angle of 79.26º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8EC4A is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB18423674-
CMYK0.2200.690.07
HSL79.26º81%60.78%-
HSV(B)79.26º68.64%92.55%-
XYZ5170.6817.43-
YUV201.9855.77115.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 236 (92.58% from 255) = 47.77%
BLUE value IS 74 (29.30% from 255) = 14.98%
R=37.25%
G=47.77%
B=14.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal184236740.2200.690.0779.268160.78
HexB8EC4A1604574f513d
Octal270354112260105711712175
Binary10111000111011001001010101100100010111110011111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EC4A; }

 p { color: rgb(184,236,74); }

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

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

 a { background-color: rgb(184,236,74); }

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

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

 span { border-color: rgb(184,236,74); }

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