Html Css Color HEX #83B90C Lima

📋 copy color: '#83B90C'

red 131 ◦ green 185 ◦ blue 12

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

Shades of Lima #83B90C

Tints of Lima #83B90C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 56.4%

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

R = 39.94%
G = 56.4%
B = 3.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#83B90C (or 0x83B90C) is known color: Lima. HEX triplet: 83, B9 and 0C. RGB value is (131,185,12). Sum of RGB (Red+Green+Blue) = 131+185+12=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #83B90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B90C is #7C46F3. Grayscale: #959595. Windows color (decimal): -8144628 or 833923. OLE color: 833923.

HSL color Cylindrical-coordinate representation of color #83B90C: hue angle of 78.73º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83B90C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 185 12 -
CMYK 0.29 0 0.94 0.27
HSL 78.73º 0.88% 0.39% -
HSV(B) 78.73º 0.94% 0.73% -
XYZ 26.78 39.55 6.57 -
YUV 149.13 50.61 115.07 -
System Red Green Blue C M Y K H S L
Decimal 131 185 12 0.29 0 0.94 0.27 78.73 0.88 0.39
Hex 83 B9 C 1D 0 5E 1B 4F 58 27
Octal 203 271 14 35 0 136 33 117 130 47
Binary 10000011 10111001 1100 11101 0 1011110 11011 1001111 1011000 100111

Color Harmonies of #83B90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B90C

Black with #83B90C

Text Example


Text Example

White with #83B90C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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