Html Css Color HEX #C1BA04 La Rioja

📋 copy color: '#C1BA04'

red 193 ◦ green 186 ◦ blue 4

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

Shades of La Rioja #C1BA04

Tints of La Rioja #C1BA04

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.56%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 50.39%
G = 48.56%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C1BA04 (or 0xC1BA04) is known color: La Rioja. HEX triplet: C1, BA and 04. RGB value is (193,186,4). Sum of RGB (Red+Green+Blue) = 193+186+4=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1BA04 is #3E45FB. Grayscale: #A8A8A8. Windows color (decimal): -4081148 or 309953. OLE color: 309953.

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

Color convert

RGB 193 186 4 -
CMYK 0 0.04 0.98 0.24
HSL 57.78º 0.96% 0.39% -
HSV(B) 57.78º 0.98% 0.76% -
XYZ 39.57 46.46 7 -
YUV 167.35 35.82 146.3 -
System Red Green Blue C M Y K H S L
Decimal 193 186 4 0 0.04 0.98 0.24 57.78 0.96 0.39
Hex C1 BA 4 0 4 62 18 3A 60 27
Octal 301 272 4 0 4 142 30 72 140 47
Binary 11000001 10111010 100 0 100 1100010 11000 111010 1100000 100111

Color Harmonies of #C1BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BA04

Black with #C1BA04

Text Example


Text Example

White with #C1BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BA04; }

 p { color: rgb(193,186,4); }

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

background-color css

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

 a { background-color: rgb(193,186,4); }

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

border-color css

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

 span { border-color: rgb(193,186,4); }

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