Html Css Color HEX #C4B501 La Rioja

📋 copy color: '#C4B501'

red 196 ◦ green 181 ◦ blue 1

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

Shades of La Rioja #C4B501

Tints of La Rioja #C4B501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.88%

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

R = 51.85%
G = 47.88%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C4B501 (or 0xC4B501) is known color: La Rioja. HEX triplet: C4, B5 and 01. RGB value is (196,181,1). Sum of RGB (Red+Green+Blue) = 196+181+1=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4B501 is #3B4AFE. Grayscale: #A5A5A5. Windows color (decimal): -3885823 or 112068. OLE color: 112068.

HSL color Cylindrical-coordinate representation of color #C4B501: hue angle of 55.38º 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 #C4B501 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 181 1 -
CMYK 0 0.08 0.99 0.23
HSL 55.38º 0.99% 0.39% -
HSV(B) 55.38º 0.99% 0.77% -
XYZ 39.29 44.79 6.6 -
YUV 164.97 35.47 150.14 -
System Red Green Blue C M Y K H S L
Decimal 196 181 1 0 0.08 0.99 0.23 55.38 0.99 0.39
Hex C4 B5 1 0 8 63 17 37 63 27
Octal 304 265 1 0 10 143 27 67 143 47
Binary 11000100 10110101 1 0 1000 1100011 10111 110111 1100011 100111

Color Harmonies of #C4B501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B501

Black with #C4B501

Text Example


Text Example

White with #C4B501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B501; }

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

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

background-color css

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

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

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

border-color css

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

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

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