Html Css Color HEX #8BA60A Citrus

📋 copy color: '#8BA60A'

red 139 ◦ green 166 ◦ blue 10

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

Shades of Citrus #8BA60A

Tints of Citrus #8BA60A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.7%

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

R = 44.13%
G = 52.7%
B = 3.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#8BA60A (or 0x8BA60A) is known color: Citrus. HEX triplet: 8B, A6 and 0A. RGB value is (139,166,10). Sum of RGB (Red+Green+Blue) = 139+166+10=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 166 (65.23% from 255 or 52.70% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA60A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA60A is #7459F5. Grayscale: #8C8C8C. Windows color (decimal): -7625206 or 697995. OLE color: 697995.

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

Color convert

RGB 139 166 10 -
CMYK 0.16 0 0.94 0.35
HSL 70.38º 0.89% 0.35% -
HSV(B) 70.38º 0.94% 0.65% -
XYZ 24.34 32.78 5.33 -
YUV 140.14 54.55 127.18 -
System Red Green Blue C M Y K H S L
Decimal 139 166 10 0.16 0 0.94 0.35 70.38 0.89 0.35
Hex 8B A6 A 10 0 5E 23 46 59 23
Octal 213 246 12 20 0 136 43 106 131 43
Binary 10001011 10100110 1010 10000 0 1011110 100011 1000110 1011001 100011

Color Harmonies of #8BA60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA60A

Black with #8BA60A

Text Example


Text Example

White with #8BA60A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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