Html Css Color HEX #C1B900 La Rioja

📋 copy color: '#C1B900'

red 193 ◦ green 185 ◦ blue 0

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

Shades of La Rioja #C1B900

Tints of La Rioja #C1B900

RGB

 RED value IS 193 (75.78% from 255) = 51.06%

 GREEN value IS 185 (72.66% from 255) = 48.94%

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

R = 51.06%
G = 48.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C1B900 (or 0xC1B900) is known color: La Rioja. HEX triplet: C1, B9 and 00. RGB value is (193,185,0). Sum of RGB (Red+Green+Blue) = 193+185+0=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B900 is #3E46FF. Grayscale: #A7A7A7. Windows color (decimal): -4081408 or 47553. OLE color: 47553.

HSL color Cylindrical-coordinate representation of color #C1B900: hue angle of 57.51º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1B900 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 185 0 -
CMYK 0 0.04 1 0.24
HSL 57.51º 1% 0.38% -
HSV(B) 57.51º 1% 0.76% -
XYZ 39.34 46.04 6.81 -
YUV 166.3 34.15 147.04 -
System Red Green Blue C M Y K H S L
Decimal 193 185 0 0 0.04 1 0.24 57.51 1 0.38
Hex C1 B9 0 0 4 64 18 3A 64 26
Octal 301 271 0 0 4 144 30 72 144 46
Binary 11000001 10111001 0 0 100 1100100 11000 111010 1100100 100110

Color Harmonies of #C1B900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B900

Black with #C1B900

Text Example


Text Example

White with #C1B900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B900; }

 p { color: rgb(193,185,0); }

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

background-color css

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

 a { background-color: rgb(193,185,0); }

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

border-color css

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

 span { border-color: rgb(193,185,0); }

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