Html Css Color HEX #83A408 Lima

📋 copy color: '#83A408'

red 131 ◦ green 164 ◦ blue 8

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

Shades of Lima #83A408

Tints of Lima #83A408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 54.13%

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

R = 43.23%
G = 54.13%
B = 2.64%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#83A408 (or 0x83A408) is known color: Lima. HEX triplet: 83, A4 and 08. RGB value is (131,164,8). Sum of RGB (Red+Green+Blue) = 131+164+8=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #83A408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A408 is #7C5BF7. Grayscale: #888888. Windows color (decimal): -8150008 or 566403. OLE color: 566403.

HSL color Cylindrical-coordinate representation of color #83A408: hue angle of 72.69º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83A408 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 164 8 -
CMYK 0.20 0 0.95 0.36
HSL 72.69º 0.91% 0.34% -
HSV(B) 72.69º 0.95% 0.64% -
XYZ 22.68 31.39 5.09 -
YUV 136.35 55.57 124.18 -
System Red Green Blue C M Y K H S L
Decimal 131 164 8 0.20 0 0.95 0.36 72.69 0.91 0.34
Hex 83 A4 8 14 0 5F 24 49 5B 22
Octal 203 244 10 24 0 137 44 111 133 42
Binary 10000011 10100100 1000 10100 0 1011111 100100 1001001 1011011 100010

Color Harmonies of #83A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A408

Black with #83A408

Text Example


Text Example

White with #83A408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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