Html Css Color HEX #8BAA0A Citrus

📋 copy color: '#8BAA0A'

red 139 ◦ green 170 ◦ blue 10

#8BAA0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8BAA0A

Tints of Citrus #8BAA0A

RGB

 RED value IS 139 (54.69% from 255) = 43.57%

 GREEN value IS 170 (66.8% from 255) = 53.29%

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 43.57%
G = 53.29%
B = 3.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#8BAA0A (or 0x8BAA0A) is known color: Citrus. HEX triplet: 8B, AA and 0A. RGB value is (139,170,10). Sum of RGB (Red+Green+Blue) = 139+170+10=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 10 (4.30% from 255 or 3.13% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #8BAA0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BAA0A is #7455F5. Grayscale: #8F8F8F. Windows color (decimal): -7624182 or 699019. OLE color: 699019.

HSL color Cylindrical-coordinate representation of color #8BAA0A: hue angle of 71.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BAA0A is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 139 170 10 -
CMYK 0.18 0 0.94 0.33
HSL 71.63º 0.89% 0.35% -
HSV(B) 71.63º 0.94% 0.67% -
XYZ 25.08 34.26 5.58 -
YUV 142.49 53.23 125.51 -
System Red Green Blue C M Y K H S L
Decimal 139 170 10 0.18 0 0.94 0.33 71.63 0.89 0.35
Hex 8B AA A 12 0 5E 21 48 59 23
Octal 213 252 12 22 0 136 41 110 131 43
Binary 10001011 10101010 1010 10010 0 1011110 100001 1001000 1011001 100011

Color Harmonies of #8BAA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BAA0A

Black with #8BAA0A

Text Example


Text Example

White with #8BAA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,170,10); }

 H1.HeaderClassName
 {
   color: #8BAA0A;
 }
 .AnyTagClassName
 {
   color: #8BAA0A;
 }
</style>

background-color css

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

 a { background-color: rgb(139,170,10); }

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

border-color css

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

 span { border-color: rgb(139,170,10); }

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