Html Css Color HEX #83B533 Limerick

📋 copy color: '#83B533'

red 131 ◦ green 181 ◦ blue 51

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

Shades of Limerick #83B533

Tints of Limerick #83B533

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.86%

 BLUE value IS 51 (20.31% from 255) = 14.05%

R = 36.09%
G = 49.86%
B = 14.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#83B533 (or 0x83B533) is known color: Limerick. HEX triplet: 83, B5 and 33. RGB value is (131,181,51). Sum of RGB (Red+Green+Blue) = 131+181+51=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #83B533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B533 is #7C4ACC. Grayscale: #979797. Windows color (decimal): -8145613 or 3388803. OLE color: 3388803.

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

Color convert

RGB 131 181 51 -
CMYK 0.28 0 0.72 0.29
HSL 83.08º 0.56% 0.45% -
HSV(B) 83.08º 0.72% 0.71% -
XYZ 26.48 38.11 9.09 -
YUV 151.23 71.44 113.57 -
System Red Green Blue C M Y K H S L
Decimal 131 181 51 0.28 0 0.72 0.29 83.08 0.56 0.45
Hex 83 B5 33 1C 0 48 1D 53 38 2D
Octal 203 265 63 34 0 110 35 123 70 55
Binary 10000011 10110101 110011 11100 0 1001000 11101 1010011 111000 101101

Color Harmonies of #83B533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B533

Black with #83B533

Text Example


Text Example

White with #83B533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,181,51); }

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

background-color css

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

 a { background-color: rgb(131,181,51); }

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

border-color css

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

 span { border-color: rgb(131,181,51); }

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