Html Css Color HEX #C0AE02 La Rioja

📋 copy color: '#C0AE02'

red 192 ◦ green 174 ◦ blue 2

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

Shades of La Rioja #C0AE02

Tints of La Rioja #C0AE02

RGB

 RED value IS 192 (75.39% from 255) = 52.17%

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 52.17%
G = 47.28%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C0AE02 (or 0xC0AE02) is known color: La Rioja. HEX triplet: C0, AE and 02. RGB value is (192,174,2). Sum of RGB (Red+Green+Blue) = 192+174+2=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 2 (1.17% from 255 or 0.54% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C0AE02 is #3F51FD. Grayscale: #A0A0A0. Windows color (decimal): -4149758 or 175808. OLE color: 175808.

HSL color Cylindrical-coordinate representation of color #C0AE02: hue angle of 54.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C0AE02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 174 2 -
CMYK 0 0.09 0.99 0.25
HSL 54.32º 0.98% 0.38% -
HSV(B) 54.32º 0.99% 0.75% -
XYZ 36.89 41.48 6.12 -
YUV 159.77 38.96 150.99 -
System Red Green Blue C M Y K H S L
Decimal 192 174 2 0 0.09 0.99 0.25 54.32 0.98 0.38
Hex C0 AE 2 0 9 63 19 36 62 26
Octal 300 256 2 0 11 143 31 66 142 46
Binary 11000000 10101110 10 0 1001 1100011 11001 110110 1100010 100110

Color Harmonies of #C0AE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE02

Black with #C0AE02

Text Example


Text Example

White with #C0AE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE02; }

 p { color: rgb(192,174,2); }

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

background-color css

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

 a { background-color: rgb(192,174,2); }

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

border-color css

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

 span { border-color: rgb(192,174,2); }

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