Html Css Color HEX #50885A Killarney

📋 copy color: '#50885A'

red 80 ◦ green 136 ◦ blue 90

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

Shades of Killarney #50885A

Tints of Killarney #50885A

RGB

 RED value IS 80 (31.64% from 255) = 26.14%

 GREEN value IS 136 (53.52% from 255) = 44.44%

 BLUE value IS 90 (35.55% from 255) = 29.41%

R = 26.14%
G = 44.44%
B = 29.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#50885A (or 0x50885A) is known color: Killarney. HEX triplet: 50, 88 and 5A. RGB value is (80,136,90). Sum of RGB (Red+Green+Blue) = 80+136+90=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #50885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50885A is #AF77A5. Grayscale: #727272. Windows color (decimal): -11499430 or 5933136. OLE color: 5933136.

HSL color Cylindrical-coordinate representation of color #50885A: hue angle of 130.71º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #50885A is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 136 90 -
CMYK 0.41 0 0.34 0.47
HSL 130.71º 0.26% 0.42% -
HSV(B) 130.71º 0.41% 0.53% -
XYZ 13.96 20.05 12.81 -
YUV 114.01 114.45 103.74 -
System Red Green Blue C M Y K H S L
Decimal 80 136 90 0.41 0 0.34 0.47 130.71 0.26 0.42
Hex 50 88 5A 29 0 22 2F 83 1A 2A
Octal 120 210 132 51 0 42 57 203 32 52
Binary 1010000 10001000 1011010 101001 0 100010 101111 10000011 11010 101010

Color Harmonies of #50885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50885A

Black with #50885A

Text Example


Text Example

White with #50885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50885A; }

 p { color: rgb(80,136,90); }

 H1.HeaderClassName
 {
   color: #50885A;
 }
 .AnyTagClassName
 {
   color: #50885A;
 }
</style>

background-color css

<style>
 a { background-color: #50885A; }

 a { background-color: rgb(80,136,90); }

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

border-color css

<style>
 span { border-color: #50885A; }

 span { border-color: rgb(80,136,90); }

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