Html Css Color HEX #C6BA00 La Rioja

📋 copy color: '#C6BA00'

red 198 ◦ green 186 ◦ blue 0

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

Shades of La Rioja #C6BA00

Tints of La Rioja #C6BA00

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.44%

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

R = 51.56%
G = 48.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C6BA00 (or 0xC6BA00) is known color: La Rioja. HEX triplet: C6, BA and 00. RGB value is (198,186,0). Sum of RGB (Red+Green+Blue) = 198+186+0=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BA00 is #3945FF. Grayscale: #A9A9A9. Windows color (decimal): -3753472 or 47814. OLE color: 47814.

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

Color convert

RGB 198 186 0 -
CMYK 0 0.06 1 0.22
HSL 56.36º 1% 0.39% -
HSV(B) 56.36º 1% 0.78% -
XYZ 40.85 47.12 6.94 -
YUV 168.38 32.98 149.12 -
System Red Green Blue C M Y K H S L
Decimal 198 186 0 0 0.06 1 0.22 56.36 1 0.39
Hex C6 BA 0 0 6 64 16 38 64 27
Octal 306 272 0 0 6 144 26 70 144 47
Binary 11000110 10111010 0 0 110 1100100 10110 111000 1100100 100111

Color Harmonies of #C6BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA00

Black with #C6BA00

Text Example


Text Example

White with #C6BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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