#BEBC02

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

Shades of La Rioja #BEBC02

Tints of La Rioja #BEBC02

Color information

#BEBC02 (or 0xBEBC02) is unknown color: approx La Rioja. HEX triplet: BE, BC and 02. RGB value is (190,188,2). Sum of RGB (Red+Green+Blue) = 190+188+2=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBC02 is #4143FD. Grayscale: #A8A8A8. Windows color (decimal): -4277246 or 179390. OLE color: 179390.

HSL color Cylindrical-coordinate representation of color #BEBC02: hue angle of 59.36º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BEBC02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1901882-
CMYK00.010.990.25
HSL59.36º97.92%37.65%-
HSV(B)59.36º98.95%74.51%-
XYZ39.2346.927.05-
YUV167.3934.66144.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 188 (73.83% from 255) = 49.47%
BLUE value IS 2 (1.17% from 255) = 0.53%
R=50%
G=49.47%
B=0.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190188200.010.990.2559.3697.9237.65
HexBEBC20163193b6226
Octal276274201143317314246
Binary101111101011110010011100011110011110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBC02; }

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

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

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

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

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

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

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

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