Html Css Color HEX #8BA60C Citron

📋 copy color: '#8BA60C'

red 139 ◦ green 166 ◦ blue 12

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

Shades of Citron #8BA60C

Tints of Citron #8BA60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.79%

R = 43.85%
G = 52.37%
B = 3.79%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#8BA60C (or 0x8BA60C) is known color: Citron. HEX triplet: 8B, A6 and 0C. RGB value is (139,166,12). Sum of RGB (Red+Green+Blue) = 139+166+12=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 166 (65.23% from 255 or 52.37% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA60C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA60C is #7459F3. Grayscale: #8C8C8C. Windows color (decimal): -7625204 or 829067. OLE color: 829067.

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

Color convert

RGB 139 166 12 -
CMYK 0.16 0 0.93 0.35
HSL 70.52º 0.87% 0.35% -
HSV(B) 70.52º 0.93% 0.65% -
XYZ 24.35 32.79 5.39 -
YUV 140.37 55.55 127.02 -
System Red Green Blue C M Y K H S L
Decimal 139 166 12 0.16 0 0.93 0.35 70.52 0.87 0.35
Hex 8B A6 C 10 0 5D 23 47 57 23
Octal 213 246 14 20 0 135 43 107 127 43
Binary 10001011 10100110 1100 10000 0 1011101 100011 1000111 1010111 100011

Color Harmonies of #8BA60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BA60C

Black with #8BA60C

Text Example


Text Example

White with #8BA60C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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