#BEBF02

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

Shades of La Rioja #BEBF02

Tints of La Rioja #BEBF02

Color information

#BEBF02 (or 0xBEBF02) is unknown color: approx La Rioja. HEX triplet: BE, BF and 02. RGB value is (190,191,2). Sum of RGB (Red+Green+Blue) = 190+191+2=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 191 (75% from 255 or 49.87% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEBF02 is #4140FD. Grayscale: #A9A9A9. Windows color (decimal): -4276478 or 180158. OLE color: 180158.

HSL color Cylindrical-coordinate representation of color #BEBF02: hue angle of 60.32º 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 #BEBF02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB1901912-
CMYK0.0100.990.25
HSL60.32º97.93%37.84%-
HSV(B)60.32º98.95%74.9%-
XYZ39.8848.217.26-
YUV169.1633.67142.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 191 (75% from 255) = 49.87%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=49.61%
G=49.87%
B=0.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19019120.0100.990.2560.3297.9337.84
HexBEBF21063193c6226
Octal276277210143317414246
Binary101111101011111110101100011110011111001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF02; }

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

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

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

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

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

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

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

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