Html Css Color HEX #83B334 Limerick

📋 copy color: '#83B334'

red 131 ◦ green 179 ◦ blue 52

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

Shades of Limerick #83B334

Tints of Limerick #83B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.45%

 BLUE value IS 52 (20.7% from 255) = 14.36%

R = 36.19%
G = 49.45%
B = 14.36%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#83B334 (or 0x83B334) is known color: Limerick. HEX triplet: 83, B3 and 34. RGB value is (131,179,52). Sum of RGB (Red+Green+Blue) = 131+179+52=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #83B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B334 is #7C4CCB. Grayscale: #969696. Windows color (decimal): -8146124 or 3453827. OLE color: 3453827.

HSL color Cylindrical-coordinate representation of color #83B334: hue angle of 82.68º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83B334 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 179 52 -
CMYK 0.27 0 0.71 0.30
HSL 82.68º 0.55% 0.45% -
HSV(B) 82.68º 0.71% 0.7% -
XYZ 26.1 37.31 9.08 -
YUV 150.17 72.6 114.33 -
System Red Green Blue C M Y K H S L
Decimal 131 179 52 0.27 0 0.71 0.30 82.68 0.55 0.45
Hex 83 B3 34 1B 0 47 1E 53 37 2D
Octal 203 263 64 33 0 107 36 123 67 55
Binary 10000011 10110011 110100 11011 0 1000111 11110 1010011 110111 101101

Color Harmonies of #83B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B334

Black with #83B334

Text Example


Text Example

White with #83B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,179,52); }

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

background-color css

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

 a { background-color: rgb(131,179,52); }

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

border-color css

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

 span { border-color: rgb(131,179,52); }

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