#BDCF01

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

Shades of La Rioja #BDCF01

Tints of La Rioja #BDCF01

Color information

#BDCF01 (or 0xBDCF01) is unknown color: approx La Rioja. HEX triplet: BD, CF and 01. RGB value is (189,207,1). Sum of RGB (Red+Green+Blue) = 189+207+1=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDCF01 is #4230FE. Grayscale: #B2B2B2. Windows color (decimal): -4337919 or 118717. OLE color: 118717.

HSL color Cylindrical-coordinate representation of color #BDCF01: hue angle of 65.24º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDCF01 is Cyan = 0.09, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB1892071-
CMYK0.0901.000.19
HSL65.24º99.04%40.78%-
HSV(B)65.24º99.52%81.18%-
XYZ43.355.458.45-
YUV178.1328.04135.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 207 (81.25% from 255) = 52.14%
BLUE value IS 1 (0.78% from 255) = 0.25%
R=47.61%
G=52.14%
B=0.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18920710.0901.000.1965.2499.0440.78
HexBDCF1906413416329
Octal27531711101442310114351
Binary101111011100111111001011001001001110000011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCF01; }

 p { color: rgb(189,207,1); }

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

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

 a { background-color: rgb(189,207,1); }

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

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

 span { border-color: rgb(189,207,1); }

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