#C3BE02

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

Shades of La Rioja #C3BE02

Tints of La Rioja #C3BE02

Color information

#C3BE02 (or 0xC3BE02) is unknown color: approx La Rioja. HEX triplet: C3, BE and 02. RGB value is (195,190,2). Sum of RGB (Red+Green+Blue) = 195+190+2=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3BE02 is #3C41FD. Grayscale: #AAAAAA. Windows color (decimal): -3949054 or 179907. OLE color: 179907.

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

Color convert

RGB1951902-
CMYK00.030.990.24
HSL58.45º97.97%38.63%-
HSV(B)58.45º98.97%76.47%-
XYZ40.9348.437.25-
YUV170.0633.16145.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.39%
GREEN value IS 190 (74.61% from 255) = 49.10%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=50.39%
G=49.10%
B=0.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195190200.030.990.2458.4597.9738.63
HexC3BE20363183a6227
Octal303276203143307214247
Binary1100001110111110100111100011110001110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BE02; }

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

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

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

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

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

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

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

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