#8BA10C

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

Shades of Citron #8BA10C

Tints of Citron #8BA10C

Color information

#8BA10C (or 0x8BA10C) is unknown color: approx Citron. HEX triplet: 8B, A1 and 0C. RGB value is (139,161,12). Sum of RGB (Red+Green+Blue) = 139+161+12=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA10C is #745EF3. Grayscale: #8A8A8A. Windows color (decimal): -7626484 or 827787. OLE color: 827787.

HSL color Cylindrical-coordinate representation of color #8BA10C: hue angle of 68.86º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BA10C is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB13916112-
CMYK0.1400.930.37
HSL68.86º86.13%33.92%-
HSV(B)68.86º92.55%63.14%-
XYZ23.4631.015.1-
YUV137.4457.21129.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.55%
GREEN value IS 161 (63.28% from 255) = 51.60%
BLUE value IS 12 (5.08% from 255) = 3.85%
R=44.55%
G=51.60%
B=3.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal139161120.1400.930.3768.8686.1333.92
Hex8BA1CE05D25455622
Octal213241141601354510512642
Binary1000101110100001110011100101110110010110001011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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