#8ba30c

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

Shades of Citron #8BA30C

Tints of Citron #8BA30C

Color information

#8BA30C (or 0x8BA30C) is unknown color: approx Citron. HEX triplet: 8B, A3 and 0C. RGB value is (139,163,12). Sum of RGB (Red+Green+Blue) = 139+163+12=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 163 (64.06% from 255 or 51.91% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA30C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8BA30C is #745CF3. Grayscale: #8B8B8B. Windows color (decimal): -7625972 or 828299. OLE color: 828299.

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

Color convert

RGB13916312-
CMYK0.1500.930.36
HSL69.54º86.29%34.31%-
HSV(B)69.54º92.64%63.92%-
XYZ23.8131.715.21-
YUV138.6156.55128.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 163 (64.06% from 255) = 51.91%
BLUE value IS 12 (5.08% from 255) = 3.82%
R=44.27%
G=51.91%
B=3.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139163120.1500.930.3669.5486.2934.31
Hex8BA3CF05D24465622
Octal213243141701354410612642
Binary1000101110100011110011110101110110010010001101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ba30c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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