Html Css Color HEX #C6BC03 La Rioja

📋 copy color: '#C6BC03'

red 198 ◦ green 188 ◦ blue 3

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

Shades of La Rioja #C6BC03

Tints of La Rioja #C6BC03

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.33%

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 50.9%
G = 48.33%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C6BC03 (or 0xC6BC03) is known color: La Rioja. HEX triplet: C6, BC and 03. RGB value is (198,188,3). Sum of RGB (Red+Green+Blue) = 198+188+3=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 3 (1.56% from 255 or 0.77% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BC03 is #3943FC. Grayscale: #AAAAAA. Windows color (decimal): -3752957 or 244934. OLE color: 244934.

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

Color convert

RGB 198 188 3 -
CMYK 0 0.05 0.98 0.22
HSL 56.92º 0.97% 0.39% -
HSV(B) 56.92º 0.98% 0.78% -
XYZ 41.29 47.98 7.17 -
YUV 169.9 33.81 148.04 -
System Red Green Blue C M Y K H S L
Decimal 198 188 3 0 0.05 0.98 0.22 56.92 0.97 0.39
Hex C6 BC 3 0 5 62 16 39 61 27
Octal 306 274 3 0 5 142 26 71 141 47
Binary 11000110 10111100 11 0 101 1100010 10110 111001 1100001 100111

Color Harmonies of #C6BC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BC03

Black with #C6BC03

Text Example


Text Example

White with #C6BC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BC03; }

 p { color: rgb(198,188,3); }

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

background-color css

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

 a { background-color: rgb(198,188,3); }

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

border-color css

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

 span { border-color: rgb(198,188,3); }

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