#BDC868

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

Shades of Wild Willow #BDC868

Tints of Wild Willow #BDC868

Color information

#BDC868 (or 0xBDC868) is unknown color: approx Wild Willow. HEX triplet: BD, C8 and 68. RGB value is (189,200,104). Sum of RGB (Red+Green+Blue) = 189+200+104=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC868 is #423797. Grayscale: #BABABA. Windows color (decimal): -4339608 or 6867133. OLE color: 6867133.

HSL color Cylindrical-coordinate representation of color #BDC868: hue angle of 66.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDC868 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB189200104-
CMYK0.0600.480.22
HSL66.88º46.6%59.61%-
HSV(B)66.88º48%78.43%-
XYZ44.1453.1321.02-
YUV185.7781.86130.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.34%
GREEN value IS 200 (78.52% from 255) = 40.57%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=38.34%
G=40.57%
B=21.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001040.0600.480.2266.8846.659.61
HexBDC868603016432f3c
Octal2753101506060261035774
Binary101111011100100011010001100110000101101000011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC868; }

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

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

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

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

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

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

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

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