Html Css Color HEX #C2AE05 La Rioja

📋 copy color: '#C2AE05'

red 194 ◦ green 174 ◦ blue 5

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

Shades of La Rioja #C2AE05

Tints of La Rioja #C2AE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.34%

R = 52.01%
G = 46.65%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C2AE05 (or 0xC2AE05) is known color: La Rioja. HEX triplet: C2, AE and 05. RGB value is (194,174,5). Sum of RGB (Red+Green+Blue) = 194+174+5=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2AE05 is #3D51FA. Grayscale: #A1A1A1. Windows color (decimal): -4018683 or 372418. OLE color: 372418.

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

Color convert

RGB 194 174 5 -
CMYK 0 0.10 0.97 0.24
HSL 53.65º 0.95% 0.39% -
HSV(B) 53.65º 0.97% 0.76% -
XYZ 37.41 41.75 6.23 -
YUV 160.71 40.13 151.74 -
System Red Green Blue C M Y K H S L
Decimal 194 174 5 0 0.10 0.97 0.24 53.65 0.95 0.39
Hex C2 AE 5 0 A 61 18 36 5F 27
Octal 302 256 5 0 12 141 30 66 137 47
Binary 11000010 10101110 101 0 1010 1100001 11000 110110 1011111 100111

Color Harmonies of #C2AE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE05

Black with #C2AE05

Text Example


Text Example

White with #C2AE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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