#bdbf0a

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

Shades of La Rioja #BDBF0A

Tints of La Rioja #BDBF0A

Color information

#BDBF0A (or 0xBDBF0A) is unknown color: approx La Rioja. HEX triplet: BD, BF and 0A. RGB value is (189,191,10). Sum of RGB (Red+Green+Blue) = 189+191+10=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBF0A is #4240F5. Grayscale: #AAAAAA. Windows color (decimal): -4342006 or 704445. OLE color: 704445.

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

Color convert

RGB18919110-
CMYK0.0100.950.25
HSL60.66º90.05%39.41%-
HSV(B)60.66º94.76%74.9%-
XYZ39.6748.17.48-
YUV169.7737.84141.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.46%
GREEN value IS 191 (75% from 255) = 48.97%
BLUE value IS 10 (4.30% from 255) = 2.56%
R=48.46%
G=48.97%
B=2.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal189191100.0100.950.2560.6690.0539.41
HexBDBFA105F193d5a27
Octal2752771210137317513247
Binary10111101101111111010101011111110011111011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdbf0a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdbf0a; }

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

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

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

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

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

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

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

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