#BDC706

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

Shades of La Rioja #BDC706

Tints of La Rioja #BDC706

Color information

#BDC706 (or 0xBDC706) is unknown color: approx La Rioja. HEX triplet: BD, C7 and 06. RGB value is (189,199,6). Sum of RGB (Red+Green+Blue) = 189+199+6=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 199 (78.12% from 255 or 50.51% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC706 is #4238F9. Grayscale: #AEAEAE. Windows color (decimal): -4339962 or 444349. OLE color: 444349.

HSL color Cylindrical-coordinate representation of color #BDC706: hue angle of 63.11º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC706 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1891996-
CMYK0.0500.970.22
HSL63.11º94.15%40.2%-
HSV(B)63.11º96.98%78.04%-
XYZ41.4451.687.96-
YUV174.0133.19138.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.97%
GREEN value IS 199 (78.12% from 255) = 50.51%
BLUE value IS 6 (2.73% from 255) = 1.52%
R=47.97%
G=50.51%
B=1.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18919960.0500.970.2263.1194.1540.2
HexBDC765061163f5e28
Octal275307650141267713650
Binary101111011100011111010101100001101101111111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC706; }

 p { color: rgb(189,199,6); }

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

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

 a { background-color: rgb(189,199,6); }

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

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

 span { border-color: rgb(189,199,6); }

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