Html Css Color HEX #C5BB10 La Rioja

📋 copy color: '#C5BB10'

red 197 ◦ green 187 ◦ blue 16

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

Shades of La Rioja #C5BB10

Tints of La Rioja #C5BB10

RGB

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

 GREEN value IS 187 (73.44% from 255) = 46.75%

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

R = 49.25%
G = 46.75%
B = 4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5BB10 (or 0xC5BB10) is known color: La Rioja. HEX triplet: C5, BB and 10. RGB value is (197,187,16). Sum of RGB (Red+Green+Blue) = 197+187+16=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BB10 is #3A44EF. Grayscale: #ABABAB. Windows color (decimal): -3818736 or 1096645. OLE color: 1096645.

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

Color convert

RGB 197 187 16 -
CMYK 0 0.05 0.92 0.23
HSL 56.69º 0.85% 0.42% -
HSV(B) 56.69º 0.92% 0.77% -
XYZ 40.89 47.45 7.49 -
YUV 170.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 197 187 16 0 0.05 0.92 0.23 56.69 0.85 0.42
Hex C5 BB 10 0 5 5C 17 39 55 2A
Octal 305 273 20 0 5 134 27 71 125 52
Binary 11000101 10111011 10000 0 101 1011100 10111 111001 1010101 101010

Color Harmonies of #C5BB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB10

Black with #C5BB10

Text Example


Text Example

White with #C5BB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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