#C5B802

Color #C5B802 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C5B802

Tints of La Rioja #C5B802

Color information

#C5B802 (or 0xC5B802) is unknown color: approx La Rioja. HEX triplet: C5, B8 and 02. RGB value is (197,184,2). Sum of RGB (Red+Green+Blue) = 197+184+2=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B802 is #3A47FD. Grayscale: #A7A7A7. Windows color (decimal): -3819518 or 178373. OLE color: 178373.

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

Color convert

RGB1971842-
CMYK00.070.990.23
HSL56º97.99%39.02%-
HSV(B)56º98.98%77.25%-
XYZ40.1846.166.85-
YUV167.1434.81149.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 184 (72.27% from 255) = 48.04%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=51.44%
G=48.04%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197184200.070.990.235697.9939.02
HexC5B82076317386227
Octal305270207143277014247
Binary11000101101110001001111100011101111110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B802; }

 p { color: rgb(197,184,2); }

 H1.HeaderClassName
 {
   color: #C5B802;
 }
 .AnyTagClassName
 {
   color: #C5B802;
 }
</style>
background-color css

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

 a { background-color: rgb(197,184,2); }

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

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

 span { border-color: rgb(197,184,2); }

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