Html Css Color HEX #C5BF10 La Rioja

📋 copy color: '#C5BF10'

red 197 ◦ green 191 ◦ blue 16

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

Shades of La Rioja #C5BF10

Tints of La Rioja #C5BF10

RGB

 RED value IS 197 (77.34% from 255) = 48.76%

 GREEN value IS 191 (75% from 255) = 47.28%

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

R = 48.76%
G = 47.28%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5BF10 (or 0xC5BF10) is known color: La Rioja. HEX triplet: C5, BF and 10. RGB value is (197,191,16). Sum of RGB (Red+Green+Blue) = 197+191+16=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 191 (75% from 255 or 47.28% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BF10 is #3A40EF. Grayscale: #ADADAD. Windows color (decimal): -3817712 or 1097669. OLE color: 1097669.

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

Color convert

RGB 197 191 16 -
CMYK 0 0.03 0.92 0.23
HSL 58.01º 0.85% 0.42% -
HSV(B) 58.01º 0.92% 0.77% -
XYZ 41.75 49.17 7.78 -
YUV 172.84 39.49 145.23 -
System Red Green Blue C M Y K H S L
Decimal 197 191 16 0 0.03 0.92 0.23 58.01 0.85 0.42
Hex C5 BF 10 0 3 5C 17 3A 55 2A
Octal 305 277 20 0 3 134 27 72 125 52
Binary 11000101 10111111 10000 0 11 1011100 10111 111010 1010101 101010

Color Harmonies of #C5BF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BF10

Black with #C5BF10

Text Example


Text Example

White with #C5BF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BF10; }

 p { color: rgb(197,191,16); }

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

background-color css

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

 a { background-color: rgb(197,191,16); }

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

border-color css

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

 span { border-color: rgb(197,191,16); }

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