Html Css Color HEX #C4C501 La Rioja

📋 copy color: '#C4C501'

red 196 ◦ green 197 ◦ blue 1

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

Shades of La Rioja #C4C501

Tints of La Rioja #C4C501

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 49.75%
G = 50%
B = 0.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C4C501 (or 0xC4C501) is known color: La Rioja. HEX triplet: C4, C5 and 01. RGB value is (196,197,1). Sum of RGB (Red+Green+Blue) = 196+197+1=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4C501 is #3B3AFE. Grayscale: #AFAFAF. Windows color (decimal): -3881727 or 116164. OLE color: 116164.

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

Color convert

RGB 196 197 1 -
CMYK 0.01 0 0.99 0.23
HSL 60.31º 0.99% 0.39% -
HSV(B) 60.31º 0.99% 0.77% -
XYZ 42.74 51.67 7.75 -
YUV 174.36 30.17 143.44 -
System Red Green Blue C M Y K H S L
Decimal 196 197 1 0.01 0 0.99 0.23 60.31 0.99 0.39
Hex C4 C5 1 1 0 63 17 3C 63 27
Octal 304 305 1 1 0 143 27 74 143 47
Binary 11000100 11000101 1 1 0 1100011 10111 111100 1100011 100111

Color Harmonies of #C4C501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C501

Black with #C4C501

Text Example


Text Example

White with #C4C501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C501; }

 p { color: rgb(196,197,1); }

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

background-color css

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

 a { background-color: rgb(196,197,1); }

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

border-color css

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

 span { border-color: rgb(196,197,1); }

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