#BDC467

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

Shades of Wild Willow #BDC467

Tints of Wild Willow #BDC467

Color information

#BDC467 (or 0xBDC467) is unknown color: approx Wild Willow. HEX triplet: BD, C4 and 67. RGB value is (189,196,103). Sum of RGB (Red+Green+Blue) = 189+196+103=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC467 is #423B98. Grayscale: #B7B7B7. Windows color (decimal): -4340633 or 6800573. OLE color: 6800573.

HSL color Cylindrical-coordinate representation of color #BDC467: hue angle of 64.52º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDC467 is Cyan = 0.04, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB189196103-
CMYK0.0400.470.23
HSL64.52º44.08%58.63%-
HSV(B)64.52º47.45%76.86%-
XYZ43.1751.2820.45-
YUV183.382.68132.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.73%
GREEN value IS 196 (76.95% from 255) = 40.16%
BLUE value IS 103 (40.62% from 255) = 21.11%
R=38.73%
G=40.16%
B=21.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961030.0400.470.2364.5244.0858.63
HexBDC467402F17412c3b
Octal2753041474057271015473
Binary101111011100010011001111000101111101111000001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC467; }

 p { color: rgb(189,196,103); }

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

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

 a { background-color: rgb(189,196,103); }

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

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

 span { border-color: rgb(189,196,103); }

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