Html Css Color HEX #83BB2D Limerick

📋 copy color: '#83BB2D'

red 131 ◦ green 187 ◦ blue 45

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

Shades of Limerick #83BB2D

Tints of Limerick #83BB2D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.52%

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

R = 36.09%
G = 51.52%
B = 12.4%

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

#83BB2D (or 0x83BB2D) is known color: Limerick. HEX triplet: 83, BB and 2D. RGB value is (131,187,45). Sum of RGB (Red+Green+Blue) = 131+187+45=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BB2D is #7C44D2. Grayscale: #9A9A9A. Windows color (decimal): -8144083 or 2997123. OLE color: 2997123.

HSL color Cylindrical-coordinate representation of color #83BB2D: hue angle of 83.66º 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 #83BB2D is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 187 45 -
CMYK 0.30 0 0.76 0.27
HSL 83.66º 0.61% 0.45% -
HSV(B) 83.66º 0.76% 0.73% -
XYZ 27.6 40.56 8.86 -
YUV 154.07 66.45 111.55 -
System Red Green Blue C M Y K H S L
Decimal 131 187 45 0.30 0 0.76 0.27 83.66 0.61 0.45
Hex 83 BB 2D 1E 0 4C 1B 54 3D 2D
Octal 203 273 55 36 0 114 33 124 75 55
Binary 10000011 10111011 101101 11110 0 1001100 11011 1010100 111101 101101

Color Harmonies of #83BB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BB2D

Black with #83BB2D

Text Example


Text Example

White with #83BB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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