Html Css Color HEX #83AF06 Lima

📋 copy color: '#83AF06'

red 131 ◦ green 175 ◦ blue 6

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

Shades of Lima #83AF06

Tints of Lima #83AF06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 41.99%
G = 56.09%
B = 1.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#83AF06 (or 0x83AF06) is known color: Lima. HEX triplet: 83, AF and 06. RGB value is (131,175,6). Sum of RGB (Red+Green+Blue) = 131+175+6=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 6 (2.73% from 255 or 1.92% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #83AF06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AF06 is #7C50F9. Grayscale: #8F8F8F. Windows color (decimal): -8147194 or 438147. OLE color: 438147.

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

Color convert

RGB 131 175 6 -
CMYK 0.25 0 0.97 0.31
HSL 75.62º 0.93% 0.35% -
HSV(B) 75.62º 0.97% 0.69% -
XYZ 24.72 35.5 5.72 -
YUV 142.58 50.92 119.74 -
System Red Green Blue C M Y K H S L
Decimal 131 175 6 0.25 0 0.97 0.31 75.62 0.93 0.35
Hex 83 AF 6 19 0 61 1F 4C 5D 23
Octal 203 257 6 31 0 141 37 114 135 43
Binary 10000011 10101111 110 11001 0 1100001 11111 1001100 1011101 100011

Color Harmonies of #83AF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AF06

Black with #83AF06

Text Example


Text Example

White with #83AF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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