#C2BD0A

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

Shades of La Rioja #C2BD0A

Tints of La Rioja #C2BD0A

Color information

#C2BD0A (or 0xC2BD0A) is unknown color: approx La Rioja. HEX triplet: C2, BD and 0A. RGB value is (194,189,10). Sum of RGB (Red+Green+Blue) = 194+189+10=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BD0A is #3D42F5. Grayscale: #AAAAAA. Windows color (decimal): -4014838 or 703938. OLE color: 703938.

HSL color Cylindrical-coordinate representation of color #C2BD0A: hue angle of 58.37º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2BD0A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB19418910-
CMYK00.030.950.24
HSL58.37º90.2%40%-
HSV(B)58.37º94.85%76.08%-
XYZ40.547.897.4-
YUV170.0937.66145.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.36%
GREEN value IS 189 (74.22% from 255) = 48.09%
BLUE value IS 10 (4.30% from 255) = 2.54%
R=49.36%
G=48.09%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941891000.030.950.2458.3790.240
HexC2BDA035F183a5a28
Octal3022751203137307213250
Binary110000101011110110100111011111110001110101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD0A; }

 p { color: rgb(194,189,10); }

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

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

 a { background-color: rgb(194,189,10); }

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

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

 span { border-color: rgb(194,189,10); }

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