Html Css Color HEX #C2C40A La Rioja

📋 copy color: '#C2C40A'

red 194 ◦ green 196 ◦ blue 10

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

Shades of La Rioja #C2C40A

Tints of La Rioja #C2C40A

RGB

 RED value IS 194 (76.17% from 255) = 48.5%

 GREEN value IS 196 (76.95% from 255) = 49%

 BLUE value IS 10 (4.3% from 255) = 2.5%

R = 48.5%
G = 49%
B = 2.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C2C40A (or 0xC2C40A) is known color: La Rioja. HEX triplet: C2, C4 and 0A. RGB value is (194,196,10). Sum of RGB (Red+Green+Blue) = 194+196+10=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C40A is #3D3BF5. Grayscale: #AEAEAE. Windows color (decimal): -4013046 or 705730. OLE color: 705730.

HSL color Cylindrical-coordinate representation of color #C2C40A: hue angle of 60.65º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2C40A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 196 10 -
CMYK 0.01 0 0.95 0.23
HSL 60.65º 0.9% 0.4% -
HSV(B) 60.65º 0.95% 0.77% -
XYZ 42.04 50.97 7.91 -
YUV 174.2 35.34 142.12 -
System Red Green Blue C M Y K H S L
Decimal 194 196 10 0.01 0 0.95 0.23 60.65 0.9 0.4
Hex C2 C4 A 1 0 5F 17 3D 5A 28
Octal 302 304 12 1 0 137 27 75 132 50
Binary 11000010 11000100 1010 1 0 1011111 10111 111101 1011010 101000

Color Harmonies of #C2C40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C40A

Black with #C2C40A

Text Example


Text Example

White with #C2C40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C40A; }

 p { color: rgb(194,196,10); }

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

background-color css

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

 a { background-color: rgb(194,196,10); }

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

border-color css

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

 span { border-color: rgb(194,196,10); }

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