#8BAE00

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

Shades of Citrus #8BAE00

Tints of Citrus #8BAE00

Color information

#8BAE00 (or 0x8BAE00) is unknown color: approx Citrus. HEX triplet: 8B, AE and 00. RGB value is (139,174,0). Sum of RGB (Red+Green+Blue) = 139+174+0=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 174 (68.36% from 255 or 55.59% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAE00 is #7451FF. Grayscale: #909090. Windows color (decimal): -7623168 or 44683. OLE color: 44683.

HSL color Cylindrical-coordinate representation of color #8BAE00: hue angle of 72.07º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BAE00 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB1391740-
CMYK0.20010.32
HSL72.07º100%34.12%-
HSV(B)72.07º100%68.24%-
XYZ25.7835.765.54-
YUV143.746.9124.65-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 174 (68.36% from 255) = 55.59%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.41%
G=55.59%
B=0%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13917400.20010.3272.0710034.12
Hex8BAE01406420486422
Octal21325602401444011014442
Binary10001011101011100101000110010010000010010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,174,0); }

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

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

 a { background-color: rgb(139,174,0); }

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

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

 span { border-color: rgb(139,174,0); }

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