Html Css Color HEX #83A00A Citron

📋 copy color: '#83A00A'

red 131 ◦ green 160 ◦ blue 10

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

Shades of Citron #83A00A

Tints of Citron #83A00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.32%

R = 43.52%
G = 53.16%
B = 3.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#83A00A (or 0x83A00A) is known color: Citron. HEX triplet: 83, A0 and 0A. RGB value is (131,160,10). Sum of RGB (Red+Green+Blue) = 131+160+10=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 160 (62.89% from 255 or 53.16% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 160 - color contains mainly: green. Hex color #83A00A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A00A is #7C5FF5. Grayscale: #868686. Windows color (decimal): -8151030 or 696451. OLE color: 696451.

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

Color convert

RGB 131 160 10 -
CMYK 0.18 0 0.94 0.37
HSL 71.6º 0.88% 0.33% -
HSV(B) 71.6º 0.94% 0.63% -
XYZ 21.99 29.99 4.92 -
YUV 134.23 57.89 125.7 -
System Red Green Blue C M Y K H S L
Decimal 131 160 10 0.18 0 0.94 0.37 71.6 0.88 0.33
Hex 83 A0 A 12 0 5E 25 48 58 21
Octal 203 240 12 22 0 136 45 110 130 41
Binary 10000011 10100000 1010 10010 0 1011110 100101 1001000 1011000 100001

Color Harmonies of #83A00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A00A

Black with #83A00A

Text Example


Text Example

White with #83A00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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