#BDDB68

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

Shades of Wild Willow #BDDB68

Tints of Wild Willow #BDDB68

Color information

#BDDB68 (or 0xBDDB68) is unknown color: approx Wild Willow. HEX triplet: BD, DB and 68. RGB value is (189,219,104). Sum of RGB (Red+Green+Blue) = 189+219+104=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDB68 is #422497. Grayscale: #C5C5C5. Windows color (decimal): -4334744 or 6871997. OLE color: 6871997.

HSL color Cylindrical-coordinate representation of color #BDDB68: hue angle of 75.65º degrees, saturation: 0.61, 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 #BDDB68 is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB189219104-
CMYK0.1400.530.14
HSL75.65º61.5%63.33%-
HSV(B)75.65º52.51%85.88%-
XYZ48.8262.4822.58-
YUV196.9275.56122.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 219 (85.94% from 255) = 42.77%
BLUE value IS 104 (41.02% from 255) = 20.31%
R=36.91%
G=42.77%
B=20.31%

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
Decimal1892191040.1400.530.1475.6561.563.33
HexBDDB68E035E4c3d3f
Octal27533315016065161147577
Binary101111011101101111010001110011010111101001100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDB68; }

 p { color: rgb(189,219,104); }

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

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

 a { background-color: rgb(189,219,104); }

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

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

 span { border-color: rgb(189,219,104); }

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