#BDD670

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

Shades of Wild Willow #BDD670

Tints of Wild Willow #BDD670

Color information

#BDD670 (or 0xBDD670) is unknown color: approx Wild Willow. HEX triplet: BD, D6 and 70. RGB value is (189,214,112). Sum of RGB (Red+Green+Blue) = 189+214+112=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD670 is #42298F. Grayscale: #C3C3C3. Windows color (decimal): -4336016 or 7395005. OLE color: 7395005.

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

Color convert

RGB189214112-
CMYK0.1200.480.16
HSL74.71º55.43%63.92%-
HSV(B)74.71º47.66%83.92%-
XYZ47.9660.0824.4-
YUV194.981.22123.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 214 (83.98% from 255) = 41.55%
BLUE value IS 112 (44.14% from 255) = 21.75%
R=36.70%
G=41.55%
B=21.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892141120.1200.480.1674.7155.4363.92
HexBDD670C030104b3740
Octal275326160140602011367100
Binary10111101110101101110000110001100001000010010111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD670; }

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

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

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

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

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

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

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

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