Html Css Color HEX #83BA0F Lima

📋 copy color: '#83BA0F'

red 131 ◦ green 186 ◦ blue 15

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

Shades of Lima #83BA0F

Tints of Lima #83BA0F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.02%

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 39.46%
G = 56.02%
B = 4.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#83BA0F (or 0x83BA0F) is known color: Lima. HEX triplet: 83, BA and 0F. RGB value is (131,186,15). Sum of RGB (Red+Green+Blue) = 131+186+15=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BA0F is #7C45F0. Grayscale: #969696. Windows color (decimal): -8144369 or 1030787. OLE color: 1030787.

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

Color convert

RGB 131 186 15 -
CMYK 0.30 0 0.92 0.27
HSL 79.3º 0.85% 0.39% -
HSV(B) 79.3º 0.92% 0.73% -
XYZ 27.01 39.98 6.75 -
YUV 150.06 51.78 114.4 -
System Red Green Blue C M Y K H S L
Decimal 131 186 15 0.30 0 0.92 0.27 79.3 0.85 0.39
Hex 83 BA F 1E 0 5C 1B 4F 55 27
Octal 203 272 17 36 0 134 33 117 125 47
Binary 10000011 10111010 1111 11110 0 1011100 11011 1001111 1010101 100111

Color Harmonies of #83BA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA0F

Black with #83BA0F

Text Example


Text Example

White with #83BA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,15); }

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

background-color css

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

 a { background-color: rgb(131,186,15); }

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

border-color css

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

 span { border-color: rgb(131,186,15); }

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