#8EBA06

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

Shades of Citrus #8EBA06

Tints of Citrus #8EBA06

Color information

#8EBA06 (or 0x8EBA06) is unknown color: approx Citrus. HEX triplet: 8E, BA and 06. RGB value is (142,186,6). Sum of RGB (Red+Green+Blue) = 142+186+6=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #8EBA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBA06 is #7145F9. Grayscale: #999999. Windows color (decimal): -7423482 or 440974. OLE color: 440974.

HSL color Cylindrical-coordinate representation of color #8EBA06: hue angle of 74.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8EBA06 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1421866-
CMYK0.2400.970.27
HSL74.67º93.75%37.65%-
HSV(B)74.67º96.77%72.94%-
XYZ28.7540.886.55-
YUV152.3245.42120.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.51%
GREEN value IS 186 (73.05% from 255) = 55.69%
BLUE value IS 6 (2.73% from 255) = 1.80%
R=42.51%
G=55.69%
B=1.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal14218660.2400.970.2774.6793.7537.65
Hex8EBA6180611B4b5e26
Octal21627263001413311313646
Binary100011101011101011011000011000011101110010111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EBA06; }

 p { color: rgb(142,186,6); }

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

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

 a { background-color: rgb(142,186,6); }

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

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

 span { border-color: rgb(142,186,6); }

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