Html Css Color HEX #83BC35 Limerick

📋 copy color: '#83BC35'

red 131 ◦ green 188 ◦ blue 53

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

Shades of Limerick #83BC35

Tints of Limerick #83BC35

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.54%

 BLUE value IS 53 (21.09% from 255) = 14.25%

R = 35.22%
G = 50.54%
B = 14.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#83BC35 (or 0x83BC35) is known color: Limerick. HEX triplet: 83, BC and 35. RGB value is (131,188,53). Sum of RGB (Red+Green+Blue) = 131+188+53=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC35 is #7C43CA. Grayscale: #9C9C9C. Windows color (decimal): -8143819 or 3521667. OLE color: 3521667.

HSL color Cylindrical-coordinate representation of color #83BC35: hue angle of 85.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #83BC35 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 188 53 -
CMYK 0.30 0 0.72 0.26
HSL 85.33º 0.56% 0.47% -
HSV(B) 85.33º 0.72% 0.74% -
XYZ 27.99 41.05 9.82 -
YUV 155.57 70.12 110.48 -
System Red Green Blue C M Y K H S L
Decimal 131 188 53 0.30 0 0.72 0.26 85.33 0.56 0.47
Hex 83 BC 35 1E 0 48 1A 55 38 2F
Octal 203 274 65 36 0 110 32 125 70 57
Binary 10000011 10111100 110101 11110 0 1001000 11010 1010101 111000 101111

Color Harmonies of #83BC35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83BC35

Black with #83BC35

Text Example


Text Example

White with #83BC35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,188,53); }

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

background-color css

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

 a { background-color: rgb(131,188,53); }

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

border-color css

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

 span { border-color: rgb(131,188,53); }

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