#C6BB0A

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

Shades of La Rioja #C6BB0A

Tints of La Rioja #C6BB0A

Color information

#C6BB0A (or 0xC6BB0A) is unknown color: approx La Rioja. HEX triplet: C6, BB and 0A. RGB value is (198,187,10). Sum of RGB (Red+Green+Blue) = 198+187+10=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BB0A is #3944F5. Grayscale: #AAAAAA. Windows color (decimal): -3753206 or 703430. OLE color: 703430.

HSL color Cylindrical-coordinate representation of color #C6BB0A: hue angle of 56.49º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C6BB0A is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB19818710-
CMYK00.060.950.22
HSL56.49º90.38%40.78%-
HSV(B)56.49º94.95%77.65%-
XYZ41.1147.577.3-
YUV170.1137.64147.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 187 (73.44% from 255) = 47.34%
BLUE value IS 10 (4.30% from 255) = 2.53%
R=50.13%
G=47.34%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.95
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981871000.060.950.2256.4990.3840.78
HexC6BBA065F16385a29
Octal3062731206137267013251
Binary1100011010111011101001101011111101101110001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB0A; }

 p { color: rgb(198,187,10); }

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

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

 a { background-color: rgb(198,187,10); }

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

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

 span { border-color: rgb(198,187,10); }

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