Html Css Color HEX #83A011 Citron

📋 copy color: '#83A011'

red 131 ◦ green 160 ◦ blue 17

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

Shades of Citron #83A011

Tints of Citron #83A011

RGB

 RED value IS 131 (51.56% from 255) = 42.53%

 GREEN value IS 160 (62.89% from 255) = 51.95%

 BLUE value IS 17 (7.03% from 255) = 5.52%

R = 42.53%
G = 51.95%
B = 5.52%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#83A011 (or 0x83A011) is known color: Citron. HEX triplet: 83, A0 and 11. RGB value is (131,160,17). Sum of RGB (Red+Green+Blue) = 131+160+17=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 160 (62.89% from 255 or 51.95% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 160 - color contains mainly: green. Hex color #83A011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A011 is #7C5FEE. Grayscale: #878787. Windows color (decimal): -8151023 or 1155203. OLE color: 1155203.

HSL color Cylindrical-coordinate representation of color #83A011: hue angle of 72.17º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83A011 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 131 160 17 -
CMYK 0.18 0 0.89 0.37
HSL 72.17º 0.81% 0.35% -
HSV(B) 72.17º 0.89% 0.63% -
XYZ 22.03 30.01 5.16 -
YUV 135.03 61.39 125.13 -
System Red Green Blue C M Y K H S L
Decimal 131 160 17 0.18 0 0.89 0.37 72.17 0.81 0.35
Hex 83 A0 11 12 0 59 25 48 51 23
Octal 203 240 21 22 0 131 45 110 121 43
Binary 10000011 10100000 10001 10010 0 1011001 100101 1001000 1010001 100011

Color Harmonies of #83A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A011

Black with #83A011

Text Example


Text Example

White with #83A011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,160,17); }

 H1.HeaderClassName
 {
   color: #83A011;
 }
 .AnyTagClassName
 {
   color: #83A011;
 }
</style>

background-color css

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

 a { background-color: rgb(131,160,17); }

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

border-color css

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

 span { border-color: rgb(131,160,17); }

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