Html Css Color HEX #C1BC11 La Rioja

📋 copy color: '#C1BC11'

red 193 ◦ green 188 ◦ blue 17

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

Shades of La Rioja #C1BC11

Tints of La Rioja #C1BC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.27%

R = 48.49%
G = 47.24%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C1BC11 (or 0xC1BC11) is known color: La Rioja. HEX triplet: C1, BC and 11. RGB value is (193,188,17). Sum of RGB (Red+Green+Blue) = 193+188+17=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BC11 is #3E43EE. Grayscale: #AAAAAA. Windows color (decimal): -4080623 or 1162433. OLE color: 1162433.

HSL color Cylindrical-coordinate representation of color #C1BC11: hue angle of 58.3º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1BC11 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 188 17 -
CMYK 0 0.03 0.91 0.24
HSL 58.3º 0.84% 0.41% -
HSV(B) 58.3º 0.91% 0.76% -
XYZ 40.08 47.34 7.56 -
YUV 170 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 193 188 17 0 0.03 0.91 0.24 58.3 0.84 0.41
Hex C1 BC 11 0 3 5B 18 3A 54 29
Octal 301 274 21 0 3 133 30 72 124 51
Binary 11000001 10111100 10001 0 11 1011011 11000 111010 1010100 101001

Color Harmonies of #C1BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC11

Black with #C1BC11

Text Example


Text Example

White with #C1BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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