Html Css Color HEX #C5BE0D La Rioja

📋 copy color: '#C5BE0D'

red 197 ◦ green 190 ◦ blue 13

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

Shades of La Rioja #C5BE0D

Tints of La Rioja #C5BE0D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.5%

 BLUE value IS 13 (5.47% from 255) = 3.25%

R = 49.25%
G = 47.5%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5BE0D (or 0xC5BE0D) is known color: La Rioja. HEX triplet: C5, BE and 0D. RGB value is (197,190,13). Sum of RGB (Red+Green+Blue) = 197+190+13=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BE0D is #3A41F2. Grayscale: #ACACAC. Windows color (decimal): -3817971 or 900805. OLE color: 900805.

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

Color convert

RGB 197 190 13 -
CMYK 0 0.04 0.93 0.23
HSL 57.72º 0.88% 0.41% -
HSV(B) 57.72º 0.93% 0.77% -
XYZ 41.51 48.73 7.6 -
YUV 171.92 38.32 145.89 -
System Red Green Blue C M Y K H S L
Decimal 197 190 13 0 0.04 0.93 0.23 57.72 0.88 0.41
Hex C5 BE D 0 4 5D 17 3A 58 29
Octal 305 276 15 0 4 135 27 72 130 51
Binary 11000101 10111110 1101 0 100 1011101 10111 111010 1011000 101001

Color Harmonies of #C5BE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BE0D

Black with #C5BE0D

Text Example


Text Example

White with #C5BE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BE0D; }

 p { color: rgb(197,190,13); }

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

background-color css

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

 a { background-color: rgb(197,190,13); }

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

border-color css

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

 span { border-color: rgb(197,190,13); }

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