Html Css Color HEX #4C890F Vida Loca

📋 copy color: '#4C890F'

red 76 ◦ green 137 ◦ blue 15

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

Shades of Vida Loca #4C890F

Tints of Vida Loca #4C890F

RGB

 RED value IS 76 (30.08% from 255) = 33.33%

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

 BLUE value IS 15 (6.25% from 255) = 6.58%

R = 33.33%
G = 60.09%
B = 6.58%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#4C890F (or 0x4C890F) is known color: Vida Loca. HEX triplet: 4C, 89 and 0F. RGB value is (76,137,15). Sum of RGB (Red+Green+Blue) = 76+137+15=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #4C890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C890F is #B376F0. Grayscale: #696969. Windows color (decimal): -11761393 or 1018188. OLE color: 1018188.

HSL color Cylindrical-coordinate representation of color #4C890F: hue angle of 90º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C890F is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 76 137 15 -
CMYK 0.45 0 0.89 0.46
HSL 90º 0.8% 0.3% -
HSV(B) 90º 0.89% 0.54% -
XYZ 12.01 19.46 3.58 -
YUV 104.85 77.29 107.42 -
System Red Green Blue C M Y K H S L
Decimal 76 137 15 0.45 0 0.89 0.46 90 0.8 0.3
Hex 4C 89 F 2D 0 59 2E 5A 50 1E
Octal 114 211 17 55 0 131 56 132 120 36
Binary 1001100 10001001 1111 101101 0 1011001 101110 1011010 1010000 11110

Color Harmonies of #4C890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C890F

Black with #4C890F

Text Example


Text Example

White with #4C890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C890F; }

 p { color: rgb(76,137,15); }

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

background-color css

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

 a { background-color: rgb(76,137,15); }

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

border-color css

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

 span { border-color: rgb(76,137,15); }

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