#C3B000

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

Shades of La Rioja #C3B000

Tints of La Rioja #C3B000

Color information

#C3B000 (or 0xC3B000) is unknown color: approx La Rioja. HEX triplet: C3, B0 and 00. RGB value is (195,176,0). Sum of RGB (Red+Green+Blue) = 195+176+0=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3B000 is #3C4FFF. Grayscale: #A2A2A2. Windows color (decimal): -3952640 or 45251. OLE color: 45251.

HSL color Cylindrical-coordinate representation of color #C3B000: hue angle of 54.15º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3B000 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1951760-
CMYK00.1010.24
HSL54.15º100%38.24%-
HSV(B)54.15º100%76.47%-
XYZ38.0342.656.23-
YUV161.6236.79151.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.56%
G=47.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195176000.1010.2454.1510038.24
HexC3B000A6418366426
Octal3032600012144306614446
Binary11000011101100000010101100100110001101101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B000; }

 p { color: rgb(195,176,0); }

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

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

 a { background-color: rgb(195,176,0); }

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

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

 span { border-color: rgb(195,176,0); }

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