#83A10B

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

Shades of Citron #83A10B

Tints of Citron #83A10B

Color information

#83A10B (or 0x83A10B) is unknown color: approx Citron. HEX triplet: 83, A1 and 0B. RGB value is (131,161,11). Sum of RGB (Red+Green+Blue) = 131+161+11=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #83A10B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A10B is #7C5EF4. Grayscale: #878787. Windows color (decimal): -8150773 or 762243. OLE color: 762243.

HSL color Cylindrical-coordinate representation of color #83A10B: hue angle of 72º degrees, saturation: 0.87, 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 #83A10B is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB13116111-
CMYK0.1900.930.37
HSL72º87.21%33.73%-
HSV(B)72º93.17%63.14%-
XYZ22.1730.345-
YUV134.9358.06125.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 161 (63.28% from 255) = 53.14%
BLUE value IS 11 (4.69% from 255) = 3.63%
R=43.23%
G=53.14%
B=3.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal131161110.1900.930.377287.2133.73
Hex83A1B1305D25485722
Octal203241132301354511012742
Binary10000011101000011011100110101110110010110010001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83A10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83A10B; }

 p { color: rgb(131,161,11); }

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

<style>
 a { background-color: #83A10B; }

 a { background-color: rgb(131,161,11); }

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

<style>
 span { border-color: #83A10B; }

 span { border-color: rgb(131,161,11); }

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