#BDD667

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

Shades of Wild Willow #BDD667

Tints of Wild Willow #BDD667

Color information

#BDD667 (or 0xBDD667) is unknown color: approx Wild Willow. HEX triplet: BD, D6 and 67. RGB value is (189,214,103). Sum of RGB (Red+Green+Blue) = 189+214+103=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD667 is #422998. Grayscale: #C2C2C2. Windows color (decimal): -4336025 or 6805181. OLE color: 6805181.

HSL color Cylindrical-coordinate representation of color #BDD667: hue angle of 73.51º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDD667 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB189214103-
CMYK0.1200.520.16
HSL73.51º57.51%62.16%-
HSV(B)73.51º51.87%83.92%-
XYZ47.4859.8921.89-
YUV193.8776.72124.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 214 (83.98% from 255) = 42.29%
BLUE value IS 103 (40.62% from 255) = 20.36%
R=37.35%
G=42.29%
B=20.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141030.1200.520.1673.5157.5162.16
HexBDD667C034104a3a3e
Octal27532614714064201127276
Binary1011110111010110110011111000110100100001001010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD667; }

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

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

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

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

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

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

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

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