Html Css Color HEX #83BC0D Lima

📋 copy color: '#83BC0D'

red 131 ◦ green 188 ◦ blue 13

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

Shades of Lima #83BC0D

Tints of Lima #83BC0D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.63%

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 39.46%
G = 56.63%
B = 3.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#83BC0D (or 0x83BC0D) is known color: Lima. HEX triplet: 83, BC and 0D. RGB value is (131,188,13). Sum of RGB (Red+Green+Blue) = 131+188+13=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BC0D is #7C43F2. Grayscale: #979797. Windows color (decimal): -8143859 or 900227. OLE color: 900227.

HSL color Cylindrical-coordinate representation of color #83BC0D: hue angle of 79.54º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #83BC0D is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 13 -
CMYK 0.30 0 0.93 0.26
HSL 79.54º 0.87% 0.39% -
HSV(B) 79.54º 0.93% 0.74% -
XYZ 27.42 40.82 6.82 -
YUV 151.01 50.12 113.73 -
System Red Green Blue C M Y K H S L
Decimal 131 188 13 0.30 0 0.93 0.26 79.54 0.87 0.39
Hex 83 BC D 1E 0 5D 1A 50 57 27
Octal 203 274 15 36 0 135 32 120 127 47
Binary 10000011 10111100 1101 11110 0 1011101 11010 1010000 1010111 100111

Color Harmonies of #83BC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC0D

Black with #83BC0D

Text Example


Text Example

White with #83BC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,188,13); }

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

background-color css

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

 a { background-color: rgb(131,188,13); }

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

border-color css

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

 span { border-color: rgb(131,188,13); }

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