Html Css Color HEX #C4BC11 La Rioja

📋 copy color: '#C4BC11'

red 196 ◦ green 188 ◦ blue 17

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

Shades of La Rioja #C4BC11

Tints of La Rioja #C4BC11

RGB

 RED value IS 196 (76.95% from 255) = 48.88%

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

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

R = 48.88%
G = 46.88%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C4BC11 (or 0xC4BC11) is known color: La Rioja. HEX triplet: C4, BC and 11. RGB value is (196,188,17). Sum of RGB (Red+Green+Blue) = 196+188+17=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BC11 is #3B43EE. Grayscale: #ABABAB. Windows color (decimal): -3884015 or 1162436. OLE color: 1162436.

HSL color Cylindrical-coordinate representation of color #C4BC11: hue angle of 57.32º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4BC11 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 188 17 -
CMYK 0 0.04 0.91 0.23
HSL 57.32º 0.84% 0.42% -
HSV(B) 57.32º 0.91% 0.77% -
XYZ 40.85 47.74 7.59 -
YUV 170.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 196 188 17 0 0.04 0.91 0.23 57.32 0.84 0.42
Hex C4 BC 11 0 4 5B 17 39 54 2A
Octal 304 274 21 0 4 133 27 71 124 52
Binary 11000100 10111100 10001 0 100 1011011 10111 111001 1010100 101010

Color Harmonies of #C4BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC11

Black with #C4BC11

Text Example


Text Example

White with #C4BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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