Html Css Color HEX #C5C20E La Rioja

📋 copy color: '#C5C20E'

red 197 ◦ green 194 ◦ blue 14

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

Shades of La Rioja #C5C20E

Tints of La Rioja #C5C20E

RGB

 RED value IS 197 (77.34% from 255) = 48.64%

 GREEN value IS 194 (76.17% from 255) = 47.9%

 BLUE value IS 14 (5.86% from 255) = 3.46%

R = 48.64%
G = 47.9%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5C20E (or 0xC5C20E) is known color: La Rioja. HEX triplet: C5, C2 and 0E. RGB value is (197,194,14). Sum of RGB (Red+Green+Blue) = 197+194+14=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C20E is #3A3DF1. Grayscale: #AFAFAF. Windows color (decimal): -3816946 or 967365. OLE color: 967365.

HSL color Cylindrical-coordinate representation of color #C5C20E: hue angle of 59.02º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5C20E is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 194 14 -
CMYK 0 0.02 0.93 0.23
HSL 59.02º 0.87% 0.41% -
HSV(B) 59.02º 0.93% 0.77% -
XYZ 42.4 50.49 7.93 -
YUV 174.38 37.49 144.14 -
System Red Green Blue C M Y K H S L
Decimal 197 194 14 0 0.02 0.93 0.23 59.02 0.87 0.41
Hex C5 C2 E 0 2 5D 17 3B 57 29
Octal 305 302 16 0 2 135 27 73 127 51
Binary 11000101 11000010 1110 0 10 1011101 10111 111011 1010111 101001

Color Harmonies of #C5C20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C20E

Black with #C5C20E

Text Example


Text Example

White with #C5C20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C20E; }

 p { color: rgb(197,194,14); }

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

background-color css

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

 a { background-color: rgb(197,194,14); }

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

border-color css

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

 span { border-color: rgb(197,194,14); }

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