Html Css Color HEX #C4C814 La Rioja

📋 copy color: '#C4C814'

red 196 ◦ green 200 ◦ blue 20

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

Shades of La Rioja #C4C814

Tints of La Rioja #C4C814

RGB

 RED value IS 196 (76.95% from 255) = 47.12%

 GREEN value IS 200 (78.52% from 255) = 48.08%

 BLUE value IS 20 (8.2% from 255) = 4.81%

R = 47.12%
G = 48.08%
B = 4.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#C4C814 (or 0xC4C814) is known color: La Rioja. HEX triplet: C4, C8 and 14. RGB value is (196,200,20). Sum of RGB (Red+Green+Blue) = 196+200+20=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C814 is #3B37EB. Grayscale: #B3B3B3. Windows color (decimal): -3880940 or 1362116. OLE color: 1362116.

HSL color Cylindrical-coordinate representation of color #C4C814: hue angle of 61.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4C814 is Cyan = 0.02, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 200 20 -
CMYK 0.02 0 0.9 0.22
HSL 61.33º 0.82% 0.43% -
HSV(B) 61.33º 0.9% 0.78% -
XYZ 43.55 53.09 8.62 -
YUV 178.28 38.67 140.64 -
System Red Green Blue C M Y K H S L
Decimal 196 200 20 0.02 0 0.9 0.22 61.33 0.82 0.43
Hex C4 C8 14 2 0 5A 16 3D 52 2B
Octal 304 310 24 2 0 132 26 75 122 53
Binary 11000100 11001000 10100 10 0 1011010 10110 111101 1010010 101011

Color Harmonies of #C4C814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C814

Black with #C4C814

Text Example


Text Example

White with #C4C814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C814; }

 p { color: rgb(196,200,20); }

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

background-color css

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

 a { background-color: rgb(196,200,20); }

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

border-color css

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

 span { border-color: rgb(196,200,20); }

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