Html Css Color HEX #83B808 Lima

📋 copy color: '#83B808'

red 131 ◦ green 184 ◦ blue 8

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

Shades of Lima #83B808

Tints of Lima #83B808

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.97%

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 40.56%
G = 56.97%
B = 2.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#83B808 (or 0x83B808) is known color: Lima. HEX triplet: 83, B8 and 08. RGB value is (131,184,8). Sum of RGB (Red+Green+Blue) = 131+184+8=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #83B808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B808 is #7C47F7. Grayscale: #949494. Windows color (decimal): -8144888 or 571523. OLE color: 571523.

HSL color Cylindrical-coordinate representation of color #83B808: hue angle of 78.07º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83B808 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 184 8 -
CMYK 0.29 0 0.96 0.28
HSL 78.07º 0.92% 0.38% -
HSV(B) 78.07º 0.96% 0.72% -
XYZ 26.54 39.12 6.38 -
YUV 148.09 48.94 115.81 -
System Red Green Blue C M Y K H S L
Decimal 131 184 8 0.29 0 0.96 0.28 78.07 0.92 0.38
Hex 83 B8 8 1D 0 60 1C 4E 5C 26
Octal 203 270 10 35 0 140 34 116 134 46
Binary 10000011 10111000 1000 11101 0 1100000 11100 1001110 1011100 100110

Color Harmonies of #83B808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B808

Black with #83B808

Text Example


Text Example

White with #83B808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,184,8); }

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

background-color css

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

 a { background-color: rgb(131,184,8); }

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

border-color css

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

 span { border-color: rgb(131,184,8); }

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