Html Css Color HEX #C6B500 La Rioja

📋 copy color: '#C6B500'

red 198 ◦ green 181 ◦ blue 0

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

Shades of La Rioja #C6B500

Tints of La Rioja #C6B500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.76%

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

R = 52.24%
G = 47.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C6B500 (or 0xC6B500) is known color: La Rioja. HEX triplet: C6, B5 and 00. RGB value is (198,181,0). Sum of RGB (Red+Green+Blue) = 198+181+0=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 181 (71.09% from 255 or 47.76% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B500 is #394AFF. Grayscale: #A6A6A6. Windows color (decimal): -3754752 or 46534. OLE color: 46534.

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

Color convert

RGB 198 181 0 -
CMYK 0 0.09 1 0.22
HSL 54.85º 1% 0.39% -
HSV(B) 54.85º 1% 0.78% -
XYZ 39.81 45.05 6.6 -
YUV 165.45 34.63 151.22 -
System Red Green Blue C M Y K H S L
Decimal 198 181 0 0 0.09 1 0.22 54.85 1 0.39
Hex C6 B5 0 0 9 64 16 37 64 27
Octal 306 265 0 0 11 144 26 67 144 47
Binary 11000110 10110101 0 0 1001 1100100 10110 110111 1100100 100111

Color Harmonies of #C6B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B500

Black with #C6B500

Text Example


Text Example

White with #C6B500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B500; }

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

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

background-color css

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

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

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

border-color css

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

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

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