Html Css Color HEX #80B635 Limerick

📋 copy color: '#80B635'

red 128 ◦ green 182 ◦ blue 53

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

Shades of Limerick #80B635

Tints of Limerick #80B635

RGB

 RED value IS 128 (50.39% from 255) = 35.26%

 GREEN value IS 182 (71.48% from 255) = 50.14%

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

R = 35.26%
G = 50.14%
B = 14.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#80B635 (or 0x80B635) is known color: Limerick. HEX triplet: 80, B6 and 35. RGB value is (128,182,53). Sum of RGB (Red+Green+Blue) = 128+182+53=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 182 (71.48% from 255 or 50.14% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 182 - color contains mainly: green. Hex color #80B635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B635 is #7F49CA. Grayscale: #979797. Windows color (decimal): -8341963 or 3520128. OLE color: 3520128.

HSL color Cylindrical-coordinate representation of color #80B635: hue angle of 85.12º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80B635 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 53 -
CMYK 0.30 0 0.71 0.29
HSL 85.12º 0.55% 0.46% -
HSV(B) 85.12º 0.71% 0.71% -
XYZ 26.27 38.3 9.38 -
YUV 151.15 72.61 111.49 -
System Red Green Blue C M Y K H S L
Decimal 128 182 53 0.30 0 0.71 0.29 85.12 0.55 0.46
Hex 80 B6 35 1E 0 47 1D 55 37 2E
Octal 200 266 65 36 0 107 35 125 67 56
Binary 10000000 10110110 110101 11110 0 1000111 11101 1010101 110111 101110

Color Harmonies of #80B635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B635

Black with #80B635

Text Example


Text Example

White with #80B635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80B635; }

 p { color: rgb(128,182,53); }

 H1.HeaderClassName
 {
   color: #80B635;
 }
 .AnyTagClassName
 {
   color: #80B635;
 }
</style>

background-color css

<style>
 a { background-color: #80B635; }

 a { background-color: rgb(128,182,53); }

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

border-color css

<style>
 span { border-color: #80B635; }

 span { border-color: rgb(128,182,53); }

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