Html Css Color HEX #C1BC00 La Rioja

📋 copy color: '#C1BC00'

red 193 ◦ green 188 ◦ blue 0

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

Shades of La Rioja #C1BC00

Tints of La Rioja #C1BC00

RGB

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

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

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

R = 50.66%
G = 49.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C1BC00 (or 0xC1BC00) is known color: La Rioja. HEX triplet: C1, BC and 00. RGB value is (193,188,0). Sum of RGB (Red+Green+Blue) = 193+188+0=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BC00 is #3E43FF. Grayscale: #A8A8A8. Windows color (decimal): -4080640 or 48321. OLE color: 48321.

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

Color convert

RGB 193 188 0 -
CMYK 0 0.03 1 0.24
HSL 58.45º 1% 0.38% -
HSV(B) 58.45º 1% 0.76% -
XYZ 39.98 47.3 7.02 -
YUV 168.06 33.16 145.79 -
System Red Green Blue C M Y K H S L
Decimal 193 188 0 0 0.03 1 0.24 58.45 1 0.38
Hex C1 BC 0 0 3 64 18 3A 64 26
Octal 301 274 0 0 3 144 30 72 144 46
Binary 11000001 10111100 0 0 11 1100100 11000 111010 1100100 100110

Color Harmonies of #C1BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC00

Black with #C1BC00

Text Example


Text Example

White with #C1BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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