Html Css Color HEX #83A108 Citron

📋 copy color: '#83A108'

red 131 ◦ green 161 ◦ blue 8

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

Shades of Citron #83A108

Tints of Citron #83A108

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.67%

 BLUE value IS 8 (3.52% from 255) = 2.67%

R = 43.67%
G = 53.67%
B = 2.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#83A108 (or 0x83A108) is known color: Citron. HEX triplet: 83, A1 and 08. RGB value is (131,161,8). Sum of RGB (Red+Green+Blue) = 131+161+8=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 161 (63.28% from 255 or 53.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 161 - color contains mainly: green. Hex color #83A108 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A108 is #7C5EF7. Grayscale: #878787. Windows color (decimal): -8150776 or 565635. OLE color: 565635.

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

Color convert

RGB 131 161 8 -
CMYK 0.19 0 0.95 0.37
HSL 71.76º 0.91% 0.33% -
HSV(B) 71.76º 0.95% 0.63% -
XYZ 22.15 30.33 4.92 -
YUV 134.59 56.56 125.44 -
System Red Green Blue C M Y K H S L
Decimal 131 161 8 0.19 0 0.95 0.37 71.76 0.91 0.33
Hex 83 A1 8 13 0 5F 25 48 5B 21
Octal 203 241 10 23 0 137 45 110 133 41
Binary 10000011 10100001 1000 10011 0 1011111 100101 1001000 1011011 100001

Color Harmonies of #83A108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A108

Black with #83A108

Text Example


Text Example

White with #83A108

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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