#C5B702

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

Shades of La Rioja #C5B702

Tints of La Rioja #C5B702

Color information

#C5B702 (or 0xC5B702) is unknown color: approx La Rioja. HEX triplet: C5, B7 and 02. RGB value is (197,183,2). Sum of RGB (Red+Green+Blue) = 197+183+2=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B702 is #3A48FD. Grayscale: #A7A7A7. Windows color (decimal): -3819774 or 178117. OLE color: 178117.

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

Color convert

RGB1971832-
CMYK00.070.990.23
HSL55.69º97.99%39.02%-
HSV(B)55.69º98.98%77.25%-
XYZ39.9745.746.78-
YUV166.5535.14149.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.57%
GREEN value IS 183 (71.88% from 255) = 47.91%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=51.57%
G=47.91%
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
Decimal197183200.070.990.2355.6997.9939.02
HexC5B72076317386227
Octal305267207143277014247
Binary11000101101101111001111100011101111110001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B702; }

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

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

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

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

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

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

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

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