Html Css Color HEX #C3BC13 La Rioja

📋 copy color: '#C3BC13'

red 195 ◦ green 188 ◦ blue 19

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

Shades of La Rioja #C3BC13

Tints of La Rioja #C3BC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.77%

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 48.51%
G = 46.77%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C3BC13 (or 0xC3BC13) is known color: La Rioja. HEX triplet: C3, BC and 13. RGB value is (195,188,19). Sum of RGB (Red+Green+Blue) = 195+188+19=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BC13 is #3C43EC. Grayscale: #ABABAB. Windows color (decimal): -3949549 or 1293507. OLE color: 1293507.

HSL color Cylindrical-coordinate representation of color #C3BC13: hue angle of 57.61º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3BC13 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 188 19 -
CMYK 0 0.04 0.90 0.24
HSL 57.61º 0.82% 0.42% -
HSV(B) 57.61º 0.9% 0.76% -
XYZ 40.61 47.62 7.67 -
YUV 170.83 42.32 145.24 -
System Red Green Blue C M Y K H S L
Decimal 195 188 19 0 0.04 0.90 0.24 57.61 0.82 0.42
Hex C3 BC 13 0 4 5A 18 3A 52 2A
Octal 303 274 23 0 4 132 30 72 122 52
Binary 11000011 10111100 10011 0 100 1011010 11000 111010 1010010 101010

Color Harmonies of #C3BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC13

Black with #C3BC13

Text Example


Text Example

White with #C3BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC13; }

 p { color: rgb(195,188,19); }

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

background-color css

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

 a { background-color: rgb(195,188,19); }

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

border-color css

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

 span { border-color: rgb(195,188,19); }

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