Html Css Color HEX #C3BA04 La Rioja

📋 copy color: '#C3BA04'

red 195 ◦ green 186 ◦ blue 4

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

Shades of La Rioja #C3BA04

Tints of La Rioja #C3BA04

RGB

 RED value IS 195 (76.56% from 255) = 50.65%

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

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

R = 50.65%
G = 48.31%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C3BA04 (or 0xC3BA04) is known color: La Rioja. HEX triplet: C3, BA and 04. RGB value is (195,186,4). Sum of RGB (Red+Green+Blue) = 195+186+4=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BA04 is #3C45FB. Grayscale: #A8A8A8. Windows color (decimal): -3950076 or 309955. OLE color: 309955.

HSL color Cylindrical-coordinate representation of color #C3BA04: hue angle of 57.17º 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 #C3BA04 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 186 4 -
CMYK 0 0.05 0.98 0.24
HSL 57.17º 0.96% 0.39% -
HSV(B) 57.17º 0.98% 0.76% -
XYZ 40.09 46.73 7.02 -
YUV 167.94 35.48 147.3 -
System Red Green Blue C M Y K H S L
Decimal 195 186 4 0 0.05 0.98 0.24 57.17 0.96 0.39
Hex C3 BA 4 0 5 62 18 39 60 27
Octal 303 272 4 0 5 142 30 71 140 47
Binary 11000011 10111010 100 0 101 1100010 11000 111001 1100000 100111

Color Harmonies of #C3BA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA04

Black with #C3BA04

Text Example


Text Example

White with #C3BA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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