Html Css Color HEX #83B432 Limerick

📋 copy color: '#83B432'

red 131 ◦ green 180 ◦ blue 50

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

Shades of Limerick #83B432

Tints of Limerick #83B432

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.86%

 BLUE value IS 50 (19.92% from 255) = 13.85%

R = 36.29%
G = 49.86%
B = 13.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#83B432 (or 0x83B432) is known color: Limerick. HEX triplet: 83, B4 and 32. RGB value is (131,180,50). Sum of RGB (Red+Green+Blue) = 131+180+50=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #83B432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B432 is #7C4BCD. Grayscale: #979797. Windows color (decimal): -8145870 or 3323011. OLE color: 3323011.

HSL color Cylindrical-coordinate representation of color #83B432: hue angle of 82.62º degrees, saturation: 0.57, 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 #83B432 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 180 50 -
CMYK 0.27 0 0.72 0.29
HSL 82.62º 0.57% 0.45% -
HSV(B) 82.62º 0.72% 0.71% -
XYZ 26.26 37.7 8.91 -
YUV 150.53 71.27 114.07 -
System Red Green Blue C M Y K H S L
Decimal 131 180 50 0.27 0 0.72 0.29 82.62 0.57 0.45
Hex 83 B4 32 1B 0 48 1D 53 39 2D
Octal 203 264 62 33 0 110 35 123 71 55
Binary 10000011 10110100 110010 11011 0 1001000 11101 1010011 111001 101101

Color Harmonies of #83B432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B432

Black with #83B432

Text Example


Text Example

White with #83B432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,180,50); }

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

background-color css

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

 a { background-color: rgb(131,180,50); }

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

border-color css

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

 span { border-color: rgb(131,180,50); }

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