#BDDC67

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

Shades of Wild Willow #BDDC67

Tints of Wild Willow #BDDC67

Color information

#BDDC67 (or 0xBDDC67) is unknown color: approx Wild Willow. HEX triplet: BD, DC and 67. RGB value is (189,220,103). Sum of RGB (Red+Green+Blue) = 189+220+103=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC67 is #422398. Grayscale: #C5C5C5. Windows color (decimal): -4334489 or 6806717. OLE color: 6806717.

HSL color Cylindrical-coordinate representation of color #BDDC67: hue angle of 75.9º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDDC67 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB189220103-
CMYK0.1400.530.14
HSL75.9º62.57%63.33%-
HSV(B)75.9º53.18%86.27%-
XYZ49.0362.9822.41-
YUV197.3974.73122.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 103 (40.62% from 255) = 20.12%
R=36.91%
G=42.97%
B=20.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1892201030.1400.530.1475.962.5763.33
HexBDDC67E035E4c3f3f
Octal27533414716065161147777
Binary101111011101110011001111110011010111101001100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDC67; }

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

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

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

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

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

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

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

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