Html Css Color HEX #83BB1A Lima

📋 copy color: '#83BB1A'

red 131 ◦ green 187 ◦ blue 26

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

Shades of Lima #83BB1A

Tints of Lima #83BB1A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 54.36%

 BLUE value IS 26 (10.55% from 255) = 7.56%

R = 38.08%
G = 54.36%
B = 7.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#83BB1A (or 0x83BB1A) is known color: Lima. HEX triplet: 83, BB and 1A. RGB value is (131,187,26). Sum of RGB (Red+Green+Blue) = 131+187+26=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BB1A is #7C44E5. Grayscale: #989898. Windows color (decimal): -8144102 or 1751939. OLE color: 1751939.

HSL color Cylindrical-coordinate representation of color #83BB1A: hue angle of 80.87º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83BB1A is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 187 26 -
CMYK 0.30 0 0.86 0.27
HSL 80.87º 0.76% 0.42% -
HSV(B) 80.87º 0.86% 0.73% -
XYZ 27.32 40.44 7.34 -
YUV 151.9 56.95 113.09 -
System Red Green Blue C M Y K H S L
Decimal 131 187 26 0.30 0 0.86 0.27 80.87 0.76 0.42
Hex 83 BB 1A 1E 0 56 1B 51 4C 2A
Octal 203 273 32 36 0 126 33 121 114 52
Binary 10000011 10111011 11010 11110 0 1010110 11011 1010001 1001100 101010

Color Harmonies of #83BB1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BB1A

Black with #83BB1A

Text Example


Text Example

White with #83BB1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,187,26); }

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

background-color css

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

 a { background-color: rgb(131,187,26); }

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

border-color css

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

 span { border-color: rgb(131,187,26); }

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