#BEBF00

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

Shades of La Rioja #BEBF00

Tints of La Rioja #BEBF00

Color information

#BEBF00 (or 0xBEBF00) is unknown color: approx La Rioja. HEX triplet: BE, BF and 00. RGB value is (190,191,0). Sum of RGB (Red+Green+Blue) = 190+191+0=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBF00 is #4140FF. Grayscale: #A9A9A9. Windows color (decimal): -4276480 or 49086. OLE color: 49086.

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

Color convert

RGB1901910-
CMYK0.01010.25
HSL60.31º100%37.45%-
HSV(B)60.31º100%74.9%-
XYZ39.8748.217.2-
YUV168.9332.67143.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 191 (75% from 255) = 50.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.87%
G=50.13%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019100.01010.2560.3110037.45
HexBEBF01064193c6425
Octal276277010144317414445
Binary10111110101111110101100100110011111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF00; }

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

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

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

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

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

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

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

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