Html Css Color HEX #C5B40B La Rioja

📋 copy color: '#C5B40B'

red 197 ◦ green 180 ◦ blue 11

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

Shades of La Rioja #C5B40B

Tints of La Rioja #C5B40B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.39%

 BLUE value IS 11 (4.69% from 255) = 2.84%

R = 50.77%
G = 46.39%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5B40B (or 0xC5B40B) is known color: La Rioja. HEX triplet: C5, B4 and 0B. RGB value is (197,180,11). Sum of RGB (Red+Green+Blue) = 197+180+11=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 11 (4.69% from 255 or 2.84% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B40B is #3A4BF4. Grayscale: #A6A6A6. Windows color (decimal): -3820533 or 767173. OLE color: 767173.

HSL color Cylindrical-coordinate representation of color #C5B40B: hue angle of 54.52º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5B40B is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 180 11 -
CMYK 0 0.09 0.94 0.23
HSL 54.52º 0.89% 0.41% -
HSV(B) 54.52º 0.94% 0.77% -
XYZ 39.41 44.54 6.84 -
YUV 165.82 40.63 150.24 -
System Red Green Blue C M Y K H S L
Decimal 197 180 11 0 0.09 0.94 0.23 54.52 0.89 0.41
Hex C5 B4 B 0 9 5E 17 37 59 29
Octal 305 264 13 0 11 136 27 67 131 51
Binary 11000101 10110100 1011 0 1001 1011110 10111 110111 1011001 101001

Color Harmonies of #C5B40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B40B

Black with #C5B40B

Text Example


Text Example

White with #C5B40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B40B; }

 p { color: rgb(197,180,11); }

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

background-color css

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

 a { background-color: rgb(197,180,11); }

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

border-color css

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

 span { border-color: rgb(197,180,11); }

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