#C6BC0B

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

Shades of La Rioja #C6BC0B

Tints of La Rioja #C6BC0B

Color information

#C6BC0B (or 0xC6BC0B) is unknown color: approx La Rioja. HEX triplet: C6, BC and 0B. RGB value is (198,188,11). Sum of RGB (Red+Green+Blue) = 198+188+11=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BC0B is #3943F4. Grayscale: #ABABAB. Windows color (decimal): -3752949 or 769222. OLE color: 769222.

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

Color convert

RGB19818811-
CMYK00.050.940.22
HSL56.79º89.47%40.98%-
HSV(B)56.79º94.44%77.65%-
XYZ41.33487.4-
YUV170.8137.81147.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.87%
GREEN value IS 188 (73.83% from 255) = 47.36%
BLUE value IS 11 (4.69% from 255) = 2.77%
R=49.87%
G=47.36%
B=2.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981881100.050.940.2256.7989.4740.98
HexC6BCB055E16395929
Octal3062741305136267113151
Binary1100011010111100101101011011110101101110011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC0B; }

 p { color: rgb(198,188,11); }

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

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

 a { background-color: rgb(198,188,11); }

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

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

 span { border-color: rgb(198,188,11); }

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