Html Css Color HEX #C6AB00 La Rioja

📋 copy color: '#C6AB00'

red 198 ◦ green 171 ◦ blue 0

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

Shades of La Rioja #C6AB00

Tints of La Rioja #C6AB00

RGB

 RED value IS 198 (77.73% from 255) = 53.66%

 GREEN value IS 171 (67.19% from 255) = 46.34%

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

R = 53.66%
G = 46.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C6AB00 (or 0xC6AB00) is known color: La Rioja. HEX triplet: C6, AB and 00. RGB value is (198,171,0). Sum of RGB (Red+Green+Blue) = 198+171+0=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6AB00 is #3954FF. Grayscale: #A0A0A0. Windows color (decimal): -3757312 or 43974. OLE color: 43974.

HSL color Cylindrical-coordinate representation of color #C6AB00: hue angle of 51.82º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6AB00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 171 0 -
CMYK 0 0.14 1 0.22
HSL 51.82º 1% 0.39% -
HSV(B) 51.82º 1% 0.78% -
XYZ 37.85 41.13 5.94 -
YUV 159.58 37.95 155.4 -
System Red Green Blue C M Y K H S L
Decimal 198 171 0 0 0.14 1 0.22 51.82 1 0.39
Hex C6 AB 0 0 E 64 16 34 64 27
Octal 306 253 0 0 16 144 26 64 144 47
Binary 11000110 10101011 0 0 1110 1100100 10110 110100 1100100 100111

Color Harmonies of #C6AB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AB00

Black with #C6AB00

Text Example


Text Example

White with #C6AB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AB00; }

 p { color: rgb(198,171,0); }

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

background-color css

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

 a { background-color: rgb(198,171,0); }

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

border-color css

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

 span { border-color: rgb(198,171,0); }

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