Html Css Color HEX #508909 Vida Loca

📋 copy color: '#508909'

red 80 ◦ green 137 ◦ blue 9

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

Shades of Vida Loca #508909

Tints of Vida Loca #508909

RGB

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

 GREEN value IS 137 (53.91% from 255) = 60.62%

 BLUE value IS 9 (3.91% from 255) = 3.98%

R = 35.4%
G = 60.62%
B = 3.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#508909 (or 0x508909) is known color: Vida Loca. HEX triplet: 50, 89 and 09. RGB value is (80,137,9). Sum of RGB (Red+Green+Blue) = 80+137+9=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 137 (53.91% from 255 or 60.62% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 137 - color contains mainly: green. Hex color #508909 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508909 is #AF76F6. Grayscale: #696969. Windows color (decimal): -11499255 or 624976. OLE color: 624976.

HSL color Cylindrical-coordinate representation of color #508909: hue angle of 86.72º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #508909 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 9 -
CMYK 0.42 0 0.93 0.46
HSL 86.72º 0.88% 0.29% -
HSV(B) 86.72º 0.93% 0.54% -
XYZ 12.3 19.62 3.4 -
YUV 105.37 73.62 109.91 -
System Red Green Blue C M Y K H S L
Decimal 80 137 9 0.42 0 0.93 0.46 86.72 0.88 0.29
Hex 50 89 9 2A 0 5D 2E 57 58 1D
Octal 120 211 11 52 0 135 56 127 130 35
Binary 1010000 10001001 1001 101010 0 1011101 101110 1010111 1011000 11101

Color Harmonies of #508909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508909

Black with #508909

Text Example


Text Example

White with #508909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508909; }

 p { color: rgb(80,137,9); }

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

background-color css

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

 a { background-color: rgb(80,137,9); }

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

border-color css

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

 span { border-color: rgb(80,137,9); }

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