Html Css Color HEX #C1B90E La Rioja

📋 copy color: '#C1B90E'

red 193 ◦ green 185 ◦ blue 14

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

Shades of La Rioja #C1B90E

Tints of La Rioja #C1B90E

RGB

 RED value IS 193 (75.78% from 255) = 49.23%

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

 BLUE value IS 14 (5.86% from 255) = 3.57%

R = 49.23%
G = 47.19%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1B90E (or 0xC1B90E) is known color: La Rioja. HEX triplet: C1, B9 and 0E. RGB value is (193,185,14). Sum of RGB (Red+Green+Blue) = 193+185+14=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B90E is #3E46F1. Grayscale: #A8A8A8. Windows color (decimal): -4081394 or 965057. OLE color: 965057.

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

Color convert

RGB 193 185 14 -
CMYK 0 0.04 0.93 0.24
HSL 57.32º 0.86% 0.41% -
HSV(B) 57.32º 0.93% 0.76% -
XYZ 39.42 46.07 7.23 -
YUV 167.9 41.15 145.9 -
System Red Green Blue C M Y K H S L
Decimal 193 185 14 0 0.04 0.93 0.24 57.32 0.86 0.41
Hex C1 B9 E 0 4 5D 18 39 56 29
Octal 301 271 16 0 4 135 30 71 126 51
Binary 11000001 10111001 1110 0 100 1011101 11000 111001 1010110 101001

Color Harmonies of #C1B90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B90E

Black with #C1B90E

Text Example


Text Example

White with #C1B90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B90E; }

 p { color: rgb(193,185,14); }

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

background-color css

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

 a { background-color: rgb(193,185,14); }

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

border-color css

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

 span { border-color: rgb(193,185,14); }

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