#BDD068

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

Shades of Wild Willow #BDD068

Tints of Wild Willow #BDD068

Color information

#BDD068 (or 0xBDD068) is unknown color: approx Wild Willow. HEX triplet: BD, D0 and 68. RGB value is (189,208,104). Sum of RGB (Red+Green+Blue) = 189+208+104=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 104 (41.02% from 255 or 20.76% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD068 is #422F97. Grayscale: #BEBEBE. Windows color (decimal): -4337560 or 6869181. OLE color: 6869181.

HSL color Cylindrical-coordinate representation of color #BDD068: hue angle of 70.96º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDD068 is Cyan = 0.09, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.

Color convert

RGB189208104-
CMYK0.0900.50.18
HSL70.96º52.53%61.18%-
HSV(B)70.96º50%81.57%-
XYZ46.0456.9321.66-
YUV190.4679.21126.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 104 (41.02% from 255) = 20.76%
R=37.72%
G=41.52%
B=20.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081040.0900.50.1870.9652.5361.18
HexBDD06890321247353d
Octal27532015011062221076575
Binary1011110111010000110100010010110010100101000111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD068; }

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

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

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

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

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

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

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

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