Html Css Color HEX #C2AC00 La Rioja

📋 copy color: '#C2AC00'

red 194 ◦ green 172 ◦ blue 0

#C2AC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #C2AC00

Tints of La Rioja #C2AC00

RGB

 RED value IS 194 (76.17% from 255) = 53.01%

 GREEN value IS 172 (67.58% from 255) = 46.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.01%
G = 46.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C2AC00 (or 0xC2AC00) is known color: La Rioja. HEX triplet: C2, AC and 00. RGB value is (194,172,0). Sum of RGB (Red+Green+Blue) = 194+172+0=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AC00 is #3D53FF. Grayscale: #9F9F9F. Windows color (decimal): -4019200 or 44226. OLE color: 44226.

HSL color Cylindrical-coordinate representation of color #C2AC00: hue angle of 53.2º 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 #C2AC00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 0 -
CMYK 0 0.11 1 0.24
HSL 53.2º 1% 0.38% -
HSV(B) 53.2º 1% 0.76% -
XYZ 37 40.97 5.96 -
YUV 158.97 38.29 152.99 -
System Red Green Blue C M Y K H S L
Decimal 194 172 0 0 0.11 1 0.24 53.2 1 0.38
Hex C2 AC 0 0 B 64 18 35 64 26
Octal 302 254 0 0 13 144 30 65 144 46
Binary 11000010 10101100 0 0 1011 1100100 11000 110101 1100100 100110

Color Harmonies of #C2AC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC00

Black with #C2AC00

Text Example


Text Example

White with #C2AC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC00; }

 p { color: rgb(194,172,0); }

 H1.HeaderClassName
 {
   color: #C2AC00;
 }
 .AnyTagClassName
 {
   color: #C2AC00;
 }
</style>

background-color css

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

 a { background-color: rgb(194,172,0); }

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

border-color css

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

 span { border-color: rgb(194,172,0); }

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