Html Css Color HEX #83AF0E Lima

📋 copy color: '#83AF0E'

red 131 ◦ green 175 ◦ blue 14

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

Shades of Lima #83AF0E

Tints of Lima #83AF0E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.69%

 BLUE value IS 14 (5.86% from 255) = 4.38%

R = 40.94%
G = 54.69%
B = 4.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#83AF0E (or 0x83AF0E) is known color: Lima. HEX triplet: 83, AF and 0E. RGB value is (131,175,14). Sum of RGB (Red+Green+Blue) = 131+175+14=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AF0E is #7C50F1. Grayscale: #909090. Windows color (decimal): -8147186 or 962435. OLE color: 962435.

HSL color Cylindrical-coordinate representation of color #83AF0E: hue angle of 76.4º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83AF0E is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 175 14 -
CMYK 0.25 0 0.92 0.31
HSL 76.4º 0.85% 0.37% -
HSV(B) 76.4º 0.92% 0.69% -
XYZ 24.77 35.52 5.97 -
YUV 143.49 54.92 119.09 -
System Red Green Blue C M Y K H S L
Decimal 131 175 14 0.25 0 0.92 0.31 76.4 0.85 0.37
Hex 83 AF E 19 0 5C 1F 4C 55 25
Octal 203 257 16 31 0 134 37 114 125 45
Binary 10000011 10101111 1110 11001 0 1011100 11111 1001100 1010101 100101

Color Harmonies of #83AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF0E

Black with #83AF0E

Text Example


Text Example

White with #83AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,175,14); }

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

background-color css

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

 a { background-color: rgb(131,175,14); }

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

border-color css

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

 span { border-color: rgb(131,175,14); }

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