#BDCF6B

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

Shades of Wild Willow #BDCF6B

Tints of Wild Willow #BDCF6B

Color information

#BDCF6B (or 0xBDCF6B) is unknown color: approx Wild Willow. HEX triplet: BD, CF and 6B. RGB value is (189,207,107). Sum of RGB (Red+Green+Blue) = 189+207+107=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF6B is #423094. Grayscale: #BEBEBE. Windows color (decimal): -4337813 or 7065533. OLE color: 7065533.

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

Color convert

RGB189207107-
CMYK0.0900.480.19
HSL70.8º51.02%61.57%-
HSV(B)70.8º48.31%81.18%-
XYZ45.9556.5122.39-
YUV190.2281.04127.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 207 (81.25% from 255) = 41.15%
BLUE value IS 107 (42.19% from 255) = 21.27%
R=37.57%
G=41.15%
B=21.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071070.0900.480.1970.851.0261.57
HexBDCF6B90301347333e
Octal27531715311060231076376
Binary1011110111001111110101110010110000100111000111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCF6B; }

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

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

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

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

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

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

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

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