#BDBF02

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

Shades of La Rioja #BDBF02

Tints of La Rioja #BDBF02

Color information

#BDBF02 (or 0xBDBF02) is unknown color: approx La Rioja. HEX triplet: BD, BF and 02. RGB value is (189,191,2). Sum of RGB (Red+Green+Blue) = 189+191+2=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 2 (1.17% from 255 or 0.52% from 382); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBF02 is #4240FD. Grayscale: #A9A9A9. Windows color (decimal): -4342014 or 180157. OLE color: 180157.

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

Color convert

RGB1891912-
CMYK0.0100.990.25
HSL60.63º97.93%37.84%-
HSV(B)60.63º98.95%74.9%-
XYZ39.6348.087.25-
YUV168.8633.84142.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 191 (75% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 0.52%
R=49.48%
G=50%
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
Decimal18919120.0100.990.2560.6397.9337.84
HexBDBF21063193d6226
Octal275277210143317514246
Binary101111011011111110101100011110011111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF02; }

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

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

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

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

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

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

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

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