#8BAE04

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

Shades of Citrus #8BAE04

Tints of Citrus #8BAE04

Color information

#8BAE04 (or 0x8BAE04) is unknown color: approx Citrus. HEX triplet: 8B, AE and 04. RGB value is (139,174,4). Sum of RGB (Red+Green+Blue) = 139+174+4=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 4 (1.95% from 255 or 1.26% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #8BAE04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAE04 is #7451FB. Grayscale: #909090. Windows color (decimal): -7623164 or 306827. OLE color: 306827.

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

Color convert

RGB1391744-
CMYK0.2000.980.32
HSL72.35º95.51%34.9%-
HSV(B)72.35º97.7%68.24%-
XYZ25.8135.775.66-
YUV144.1548.9124.32-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 174 (68.36% from 255) = 54.89%
BLUE value IS 4 (1.95% from 255) = 1.26%
R=43.85%
G=54.89%
B=1.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13917440.2000.980.3272.3595.5134.9
Hex8BAE41406220486023
Octal21325642401424011014043
Binary1000101110101110100101000110001010000010010001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BAE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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