Html Css Color HEX #83B509 Lima

📋 copy color: '#83B509'

red 131 ◦ green 181 ◦ blue 9

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

Shades of Lima #83B509

Tints of Lima #83B509

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.39%

 BLUE value IS 9 (3.91% from 255) = 2.8%

R = 40.81%
G = 56.39%
B = 2.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#83B509 (or 0x83B509) is known color: Lima. HEX triplet: 83, B5 and 09. RGB value is (131,181,9). Sum of RGB (Red+Green+Blue) = 131+181+9=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #83B509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B509 is #7C4AF6. Grayscale: #939393. Windows color (decimal): -8145655 or 636291. OLE color: 636291.

HSL color Cylindrical-coordinate representation of color #83B509: hue angle of 77.44º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #83B509 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 181 9 -
CMYK 0.28 0 0.95 0.29
HSL 77.44º 0.91% 0.37% -
HSV(B) 77.44º 0.95% 0.71% -
XYZ 25.93 37.89 6.21 -
YUV 146.44 50.44 116.99 -
System Red Green Blue C M Y K H S L
Decimal 131 181 9 0.28 0 0.95 0.29 77.44 0.91 0.37
Hex 83 B5 9 1C 0 5F 1D 4D 5B 25
Octal 203 265 11 34 0 137 35 115 133 45
Binary 10000011 10110101 1001 11100 0 1011111 11101 1001101 1011011 100101

Color Harmonies of #83B509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B509

Black with #83B509

Text Example


Text Example

White with #83B509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,181,9); }

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

background-color css

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

 a { background-color: rgb(131,181,9); }

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

border-color css

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

 span { border-color: rgb(131,181,9); }

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