Html Css Color HEX #C6BE00 La Rioja

📋 copy color: '#C6BE00'

red 198 ◦ green 190 ◦ blue 0

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

Shades of La Rioja #C6BE00

Tints of La Rioja #C6BE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 48.97%

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

R = 51.03%
G = 48.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C6BE00 (or 0xC6BE00) is known color: La Rioja. HEX triplet: C6, BE and 00. RGB value is (198,190,0). Sum of RGB (Red+Green+Blue) = 198+190+0=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BE00 is #3941FF. Grayscale: #ABABAB. Windows color (decimal): -3752448 or 48838. OLE color: 48838.

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

Color convert

RGB 198 190 0 -
CMYK 0 0.04 1 0.22
HSL 57.58º 1% 0.39% -
HSV(B) 57.58º 1% 0.78% -
XYZ 41.7 48.83 7.23 -
YUV 170.73 31.65 147.45 -
System Red Green Blue C M Y K H S L
Decimal 198 190 0 0 0.04 1 0.22 57.58 1 0.39
Hex C6 BE 0 0 4 64 16 3A 64 27
Octal 306 276 0 0 4 144 26 72 144 47
Binary 11000110 10111110 0 0 100 1100100 10110 111010 1100100 100111

Color Harmonies of #C6BE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE00

Black with #C6BE00

Text Example


Text Example

White with #C6BE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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