Html Css Color HEX #C6BE01 La Rioja

📋 copy color: '#C6BE01'

red 198 ◦ green 190 ◦ blue 1

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

Shades of La Rioja #C6BE01

Tints of La Rioja #C6BE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 50.9%
G = 48.84%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C6BE01 (or 0xC6BE01) is known color: La Rioja. HEX triplet: C6, BE and 01. RGB value is (198,190,1). Sum of RGB (Red+Green+Blue) = 198+190+1=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BE01 is #3941FE. Grayscale: #ABABAB. Windows color (decimal): -3752447 or 114374. OLE color: 114374.

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

Color convert

RGB 198 190 1 -
CMYK 0 0.04 0.99 0.22
HSL 57.56º 0.99% 0.39% -
HSV(B) 57.56º 0.99% 0.78% -
XYZ 41.71 48.83 7.26 -
YUV 170.85 32.15 147.37 -
System Red Green Blue C M Y K H S L
Decimal 198 190 1 0 0.04 0.99 0.22 57.56 0.99 0.39
Hex C6 BE 1 0 4 63 16 3A 63 27
Octal 306 276 1 0 4 143 26 72 143 47
Binary 11000110 10111110 1 0 100 1100011 10110 111010 1100011 100111

Color Harmonies of #C6BE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE01

Black with #C6BE01

Text Example


Text Example

White with #C6BE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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