Html Css Color HEX #83BA2D Limerick

📋 copy color: '#83BA2D'

red 131 ◦ green 186 ◦ blue 45

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

Shades of Limerick #83BA2D

Tints of Limerick #83BA2D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.38%

 BLUE value IS 45 (17.97% from 255) = 12.43%

R = 36.19%
G = 51.38%
B = 12.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#83BA2D (or 0x83BA2D) is known color: Limerick. HEX triplet: 83, BA and 2D. RGB value is (131,186,45). Sum of RGB (Red+Green+Blue) = 131+186+45=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 186 (73.05% from 255 or 51.38% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BA2D is #7C45D2. Grayscale: #999999. Windows color (decimal): -8144339 or 2996867. OLE color: 2996867.

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

Color convert

RGB 131 186 45 -
CMYK 0.30 0 0.76 0.27
HSL 83.4º 0.61% 0.45% -
HSV(B) 83.4º 0.76% 0.73% -
XYZ 27.39 40.13 8.79 -
YUV 153.48 66.78 111.96 -
System Red Green Blue C M Y K H S L
Decimal 131 186 45 0.30 0 0.76 0.27 83.4 0.61 0.45
Hex 83 BA 2D 1E 0 4C 1B 53 3D 2D
Octal 203 272 55 36 0 114 33 123 75 55
Binary 10000011 10111010 101101 11110 0 1001100 11011 1010011 111101 101101

Color Harmonies of #83BA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BA2D

Black with #83BA2D

Text Example


Text Example

White with #83BA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,186,45); }

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

background-color css

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

 a { background-color: rgb(131,186,45); }

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

border-color css

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

 span { border-color: rgb(131,186,45); }

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