Html Css Color HEX #C2AE03 La Rioja

📋 copy color: '#C2AE03'

red 194 ◦ green 174 ◦ blue 3

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

Shades of La Rioja #C2AE03

Tints of La Rioja #C2AE03

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.9%

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 52.29%
G = 46.9%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C2AE03 (or 0xC2AE03) is known color: La Rioja. HEX triplet: C2, AE and 03. RGB value is (194,174,3). Sum of RGB (Red+Green+Blue) = 194+174+3=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 174 (68.36% from 255 or 46.90% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AE03 is #3D51FC. Grayscale: #A1A1A1. Windows color (decimal): -4018685 or 241346. OLE color: 241346.

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

Color convert

RGB 194 174 3 -
CMYK 0 0.10 0.98 0.24
HSL 53.72º 0.97% 0.39% -
HSV(B) 53.72º 0.98% 0.76% -
XYZ 37.4 41.75 6.17 -
YUV 160.49 39.13 151.9 -
System Red Green Blue C M Y K H S L
Decimal 194 174 3 0 0.10 0.98 0.24 53.72 0.97 0.39
Hex C2 AE 3 0 A 62 18 36 61 27
Octal 302 256 3 0 12 142 30 66 141 47
Binary 11000010 10101110 11 0 1010 1100010 11000 110110 1100001 100111

Color Harmonies of #C2AE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE03

Black with #C2AE03

Text Example


Text Example

White with #C2AE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE03; }

 p { color: rgb(194,174,3); }

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

background-color css

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

 a { background-color: rgb(194,174,3); }

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

border-color css

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

 span { border-color: rgb(194,174,3); }

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