#C3BE00

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

Shades of La Rioja #C3BE00

Tints of La Rioja #C3BE00

Color information

#C3BE00 (or 0xC3BE00) is unknown color: approx La Rioja. HEX triplet: C3, BE and 00. RGB value is (195,190,0). Sum of RGB (Red+Green+Blue) = 195+190+0=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BE00 is #3C41FF. Grayscale: #AAAAAA. Windows color (decimal): -3949056 or 48835. OLE color: 48835.

HSL color Cylindrical-coordinate representation of color #C3BE00: hue angle of 58.46º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3BE00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1951900-
CMYK00.0310.24
HSL58.46º100%38.24%-
HSV(B)58.46º100%76.47%-
XYZ40.9248.437.19-
YUV169.8332.16145.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 190 (74.61% from 255) = 49.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.65%
G=49.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195190000.0310.2458.4610038.24
HexC3BE00364183a6426
Octal303276003144307214446
Binary110000111011111000111100100110001110101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE00; }

 p { color: rgb(195,190,0); }

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

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

 a { background-color: rgb(195,190,0); }

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

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

 span { border-color: rgb(195,190,0); }

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