#8EBD06

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

Shades of Citrus #8EBD06

Tints of Citrus #8EBD06

Color information

#8EBD06 (or 0x8EBD06) is unknown color: approx Citrus. HEX triplet: 8E, BD and 06. RGB value is (142,189,6). Sum of RGB (Red+Green+Blue) = 142+189+6=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EBD06 is #7142F9. Grayscale: #9A9A9A. Windows color (decimal): -7422714 or 441742. OLE color: 441742.

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

Color convert

RGB1421896-
CMYK0.2500.970.26
HSL75.41º93.85%38.24%-
HSV(B)75.41º96.83%74.12%-
XYZ29.3942.166.76-
YUV154.0844.43119.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 189 (74.22% from 255) = 56.08%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=42.14%
G=56.08%
B=1.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14218960.2500.970.2675.4193.8538.24
Hex8EBD6190611A4b5e26
Octal21627563101413211313646
Binary100011101011110111011001011000011101010010111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EBD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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