Html Css Color HEX #83AF0C Lima

📋 copy color: '#83AF0C'

red 131 ◦ green 175 ◦ blue 12

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

Shades of Lima #83AF0C

Tints of Lima #83AF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.77%

R = 41.19%
G = 55.03%
B = 3.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#83AF0C (or 0x83AF0C) is known color: Lima. HEX triplet: 83, AF and 0C. RGB value is (131,175,12). Sum of RGB (Red+Green+Blue) = 131+175+12=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 12 (5.08% from 255 or 3.77% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AF0C is #7C50F3. Grayscale: #8F8F8F. Windows color (decimal): -8147188 or 831363. OLE color: 831363.

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

Color convert

RGB 131 175 12 -
CMYK 0.25 0 0.93 0.31
HSL 76.2º 0.87% 0.37% -
HSV(B) 76.2º 0.93% 0.69% -
XYZ 24.76 35.51 5.9 -
YUV 143.26 53.92 119.25 -
System Red Green Blue C M Y K H S L
Decimal 131 175 12 0.25 0 0.93 0.31 76.2 0.87 0.37
Hex 83 AF C 19 0 5D 1F 4C 57 25
Octal 203 257 14 31 0 135 37 114 127 45
Binary 10000011 10101111 1100 11001 0 1011101 11111 1001100 1010111 100101

Color Harmonies of #83AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF0C

Black with #83AF0C

Text Example


Text Example

White with #83AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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