Html Css Color HEX #83AE0C Lima

📋 copy color: '#83AE0C'

red 131 ◦ green 174 ◦ blue 12

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

Shades of Lima #83AE0C

Tints of Lima #83AE0C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 54.89%

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

R = 41.32%
G = 54.89%
B = 3.79%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#83AE0C (or 0x83AE0C) is known color: Lima. HEX triplet: 83, AE and 0C. RGB value is (131,174,12). Sum of RGB (Red+Green+Blue) = 131+174+12=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 174 (68.36% from 255 or 54.89% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 174 - color contains mainly: green. Hex color #83AE0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AE0C is #7C51F3. Grayscale: #8F8F8F. Windows color (decimal): -8147444 or 831107. OLE color: 831107.

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

Color convert

RGB 131 174 12 -
CMYK 0.25 0 0.93 0.32
HSL 75.93º 0.87% 0.36% -
HSV(B) 75.93º 0.93% 0.68% -
XYZ 24.56 35.12 5.83 -
YUV 142.68 54.25 119.67 -
System Red Green Blue C M Y K H S L
Decimal 131 174 12 0.25 0 0.93 0.32 75.93 0.87 0.36
Hex 83 AE C 19 0 5D 20 4C 57 24
Octal 203 256 14 31 0 135 40 114 127 44
Binary 10000011 10101110 1100 11001 0 1011101 100000 1001100 1010111 100100

Color Harmonies of #83AE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AE0C

Black with #83AE0C

Text Example


Text Example

White with #83AE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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