Html Css Color HEX #C5B201 La Rioja

📋 copy color: '#C5B201'

red 197 ◦ green 178 ◦ blue 1

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

Shades of La Rioja #C5B201

Tints of La Rioja #C5B201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.34%

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

R = 52.39%
G = 47.34%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C5B201 (or 0xC5B201) is known color: La Rioja. HEX triplet: C5, B2 and 01. RGB value is (197,178,1). Sum of RGB (Red+Green+Blue) = 197+178+1=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5B201 is #3A4DFE. Grayscale: #A4A4A4. Windows color (decimal): -3821055 or 111301. OLE color: 111301.

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

Color convert

RGB 197 178 1 -
CMYK 0 0.10 0.99 0.23
HSL 54.18º 0.99% 0.39% -
HSV(B) 54.18º 0.99% 0.77% -
XYZ 38.95 43.71 6.41 -
YUV 163.5 36.29 151.89 -
System Red Green Blue C M Y K H S L
Decimal 197 178 1 0 0.10 0.99 0.23 54.18 0.99 0.39
Hex C5 B2 1 0 A 63 17 36 63 27
Octal 305 262 1 0 12 143 27 66 143 47
Binary 11000101 10110010 1 0 1010 1100011 10111 110110 1100011 100111

Color Harmonies of #C5B201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B201

Black with #C5B201

Text Example


Text Example

White with #C5B201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B201; }

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

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

background-color css

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

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

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

border-color css

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

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

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