Html Css Color HEX #C5B90D La Rioja

📋 copy color: '#C5B90D'

red 197 ◦ green 185 ◦ blue 13

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

Shades of La Rioja #C5B90D

Tints of La Rioja #C5B90D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.84%

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

R = 49.87%
G = 46.84%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5B90D (or 0xC5B90D) is known color: La Rioja. HEX triplet: C5, B9 and 0D. RGB value is (197,185,13). Sum of RGB (Red+Green+Blue) = 197+185+13=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5B90D is #3A46F2. Grayscale: #A9A9A9. Windows color (decimal): -3819251 or 899525. OLE color: 899525.

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

Color convert

RGB 197 185 13 -
CMYK 0 0.06 0.93 0.23
HSL 56.09º 0.88% 0.41% -
HSV(B) 56.09º 0.93% 0.77% -
XYZ 40.45 46.6 7.24 -
YUV 168.98 39.98 147.99 -
System Red Green Blue C M Y K H S L
Decimal 197 185 13 0 0.06 0.93 0.23 56.09 0.88 0.41
Hex C5 B9 D 0 6 5D 17 38 58 29
Octal 305 271 15 0 6 135 27 70 130 51
Binary 11000101 10111001 1101 0 110 1011101 10111 111000 1011000 101001

Color Harmonies of #C5B90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B90D

Black with #C5B90D

Text Example


Text Example

White with #C5B90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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