#8BA205

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

Shades of Citrus #8BA205

Tints of Citrus #8BA205

Color information

#8BA205 (or 0x8BA205) is unknown color: approx Citrus. HEX triplet: 8B, A2 and 05. RGB value is (139,162,5). Sum of RGB (Red+Green+Blue) = 139+162+5=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA205 is #745DFA. Grayscale: #898989. Windows color (decimal): -7626235 or 369291. OLE color: 369291.

HSL color Cylindrical-coordinate representation of color #8BA205: hue angle of 68.79º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BA205 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB1391625-
CMYK0.1400.970.36
HSL68.79º94.01%32.75%-
HSV(B)68.79º96.91%63.53%-
XYZ23.631.344.95-
YUV137.2253.38129.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.42%
GREEN value IS 162 (63.67% from 255) = 52.94%
BLUE value IS 5 (2.34% from 255) = 1.63%
R=45.42%
G=52.94%
B=1.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13916250.1400.970.3668.7994.0132.75
Hex8BA25E06124455e21
Octal21324251601414410513641
Binary100010111010001010111100110000110010010001011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,162,5); }

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

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

 a { background-color: rgb(139,162,5); }

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

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

 span { border-color: rgb(139,162,5); }

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