#BDC664

Color #BDC664 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BDC664

Tints of Wild Willow #BDC664

Color information

#BDC664 (or 0xBDC664) is unknown color: approx Wild Willow. HEX triplet: BD, C6 and 64. RGB value is (189,198,100). Sum of RGB (Red+Green+Blue) = 189+198+100=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC664 is #42399B. Grayscale: #B8B8B8. Windows color (decimal): -4340124 or 6604477. OLE color: 6604477.

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

Color convert

RGB189198100-
CMYK0.0500.490.22
HSL65.51º46.23%58.43%-
HSV(B)65.51º49.49%77.65%-
XYZ43.4852.1319.83-
YUV184.1480.52131.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 198 (77.73% from 255) = 40.66%
BLUE value IS 100 (39.45% from 255) = 20.53%
R=38.81%
G=40.66%
B=20.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891981000.0500.490.2265.5146.2358.43
HexBDC664503116422e3a
Octal2753061445061261025672
Binary101111011100011011001001010110001101101000010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC664; }

 p { color: rgb(189,198,100); }

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

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

 a { background-color: rgb(189,198,100); }

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

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

 span { border-color: rgb(189,198,100); }

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