#C3BC06

Color #C3BC06 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C3BC06

Tints of La Rioja #C3BC06

Color information

#C3BC06 (or 0xC3BC06) is unknown color: approx La Rioja. HEX triplet: C3, BC and 06. RGB value is (195,188,6). Sum of RGB (Red+Green+Blue) = 195+188+6=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BC06 is #3C43F9. Grayscale: #AAAAAA. Windows color (decimal): -3949562 or 441539. OLE color: 441539.

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

Color convert

RGB1951886-
CMYK00.040.970.24
HSL57.78º94.03%39.41%-
HSV(B)57.78º96.92%76.47%-
XYZ40.5247.587.22-
YUV169.3435.82146.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.13%
GREEN value IS 188 (73.83% from 255) = 48.33%
BLUE value IS 6 (2.73% from 255) = 1.54%
R=50.13%
G=48.33%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195188600.040.970.2457.7894.0339.41
HexC3BC60461183a5e27
Octal303274604141307213647
Binary110000111011110011001001100001110001110101011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BC06; }

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

 H1.HeaderClassName
 {
   color: #C3BC06;
 }
 .AnyTagClassName
 {
   color: #C3BC06;
 }
</style>
background-color css

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

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

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

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

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

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