#BDCF70

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

Shades of Wild Willow #BDCF70

Tints of Wild Willow #BDCF70

Color information

#BDCF70 (or 0xBDCF70) is unknown color: approx Wild Willow. HEX triplet: BD, CF and 70. RGB value is (189,207,112). Sum of RGB (Red+Green+Blue) = 189+207+112=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF70 is #42308F. Grayscale: #BFBFBF. Windows color (decimal): -4337808 or 7393213. OLE color: 7393213.

HSL color Cylindrical-coordinate representation of color #BDCF70: hue angle of 71.37º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDCF70 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB189207112-
CMYK0.0900.460.19
HSL71.37º49.74%62.55%-
HSV(B)71.37º45.89%81.18%-
XYZ46.2256.6123.82-
YUV190.7983.54126.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 112 (44.14% from 255) = 22.05%
R=37.20%
G=40.75%
B=22.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071120.0900.460.1971.3749.7462.55
HexBDCF70902E1347323f
Octal27531716011056231076277
Binary1011110111001111111000010010101110100111000111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCF70; }

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

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

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

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

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

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

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

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