Html Css Color HEX #C4BD11 La Rioja

📋 copy color: '#C4BD11'

red 196 ◦ green 189 ◦ blue 17

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

Shades of La Rioja #C4BD11

Tints of La Rioja #C4BD11

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.01%

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

R = 48.76%
G = 47.01%
B = 4.23%

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

#C4BD11 (or 0xC4BD11) is known color: La Rioja. HEX triplet: C4, BD and 11. RGB value is (196,189,17). Sum of RGB (Red+Green+Blue) = 196+189+17=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BD11 is #3B42EE. Grayscale: #ACACAC. Windows color (decimal): -3883759 or 1162692. OLE color: 1162692.

HSL color Cylindrical-coordinate representation of color #C4BD11: hue angle of 57.65º 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 #C4BD11 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 189 17 -
CMYK 0 0.04 0.91 0.23
HSL 57.65º 0.84% 0.42% -
HSV(B) 57.65º 0.91% 0.77% -
XYZ 41.06 48.17 7.66 -
YUV 171.49 40.82 145.49 -
System Red Green Blue C M Y K H S L
Decimal 196 189 17 0 0.04 0.91 0.23 57.65 0.84 0.42
Hex C4 BD 11 0 4 5B 17 3A 54 2A
Octal 304 275 21 0 4 133 27 72 124 52
Binary 11000100 10111101 10001 0 100 1011011 10111 111010 1010100 101010

Color Harmonies of #C4BD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BD11

Black with #C4BD11

Text Example


Text Example

White with #C4BD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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