Html Css Color HEX #C4BC13 La Rioja

📋 copy color: '#C4BC13'

red 196 ◦ green 188 ◦ blue 19

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

Shades of La Rioja #C4BC13

Tints of La Rioja #C4BC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.71%

R = 48.64%
G = 46.65%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C4BC13 (or 0xC4BC13) is known color: La Rioja. HEX triplet: C4, BC and 13. RGB value is (196,188,19). Sum of RGB (Red+Green+Blue) = 196+188+19=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BC13 is #3B43EC. Grayscale: #ABABAB. Windows color (decimal): -3884013 or 1293508. OLE color: 1293508.

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

Color convert

RGB 196 188 19 -
CMYK 0 0.04 0.90 0.23
HSL 57.29º 0.82% 0.42% -
HSV(B) 57.29º 0.9% 0.77% -
XYZ 40.87 47.75 7.68 -
YUV 171.13 42.15 145.74 -
System Red Green Blue C M Y K H S L
Decimal 196 188 19 0 0.04 0.90 0.23 57.29 0.82 0.42
Hex C4 BC 13 0 4 5A 17 39 52 2A
Octal 304 274 23 0 4 132 27 71 122 52
Binary 11000100 10111100 10011 0 100 1011010 10111 111001 1010010 101010

Color Harmonies of #C4BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC13

Black with #C4BC13

Text Example


Text Example

White with #C4BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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