Html Css Color HEX #C4BD10 La Rioja

📋 copy color: '#C4BD10'

red 196 ◦ green 189 ◦ blue 16

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

Shades of La Rioja #C4BD10

Tints of La Rioja #C4BD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.99%

R = 48.88%
G = 47.13%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C4BD10 (or 0xC4BD10) is known color: La Rioja. HEX triplet: C4, BD and 10. RGB value is (196,189,16). Sum of RGB (Red+Green+Blue) = 196+189+16=401 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.88% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BD10 is #3B42EF. Grayscale: #ACACAC. Windows color (decimal): -3883760 or 1097156. OLE color: 1097156.

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

Color convert

RGB 196 189 16 -
CMYK 0 0.04 0.92 0.23
HSL 57.67º 0.85% 0.42% -
HSV(B) 57.67º 0.92% 0.77% -
XYZ 41.06 48.17 7.62 -
YUV 171.37 40.32 145.57 -
System Red Green Blue C M Y K H S L
Decimal 196 189 16 0 0.04 0.92 0.23 57.67 0.85 0.42
Hex C4 BD 10 0 4 5C 17 3A 55 2A
Octal 304 275 20 0 4 134 27 72 125 52
Binary 11000100 10111101 10000 0 100 1011100 10111 111010 1010101 101010

Color Harmonies of #C4BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BD10

Black with #C4BD10

Text Example


Text Example

White with #C4BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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