Html Css Color HEX #C3BC10 La Rioja

📋 copy color: '#C3BC10'

red 195 ◦ green 188 ◦ blue 16

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

Shades of La Rioja #C3BC10

Tints of La Rioja #C3BC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.01%

R = 48.87%
G = 47.12%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3BC10 (or 0xC3BC10) is known color: La Rioja. HEX triplet: C3, BC and 10. RGB value is (195,188,16). Sum of RGB (Red+Green+Blue) = 195+188+16=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BC10 is #3C43EF. Grayscale: #ABABAB. Windows color (decimal): -3949552 or 1096899. OLE color: 1096899.

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

Color convert

RGB 195 188 16 -
CMYK 0 0.04 0.92 0.24
HSL 57.65º 0.85% 0.41% -
HSV(B) 57.65º 0.92% 0.76% -
XYZ 40.58 47.61 7.54 -
YUV 170.49 40.82 145.49 -
System Red Green Blue C M Y K H S L
Decimal 195 188 16 0 0.04 0.92 0.24 57.65 0.85 0.41
Hex C3 BC 10 0 4 5C 18 3A 55 29
Octal 303 274 20 0 4 134 30 72 125 51
Binary 11000011 10111100 10000 0 100 1011100 11000 111010 1010101 101001

Color Harmonies of #C3BC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BC10

Black with #C3BC10

Text Example


Text Example

White with #C3BC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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