#BDC767

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

Shades of Wild Willow #BDC767

Tints of Wild Willow #BDC767

Color information

#BDC767 (or 0xBDC767) is unknown color: approx Wild Willow. HEX triplet: BD, C7 and 67. RGB value is (189,199,103). Sum of RGB (Red+Green+Blue) = 189+199+103=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC767 is #423898. Grayscale: #B9B9B9. Windows color (decimal): -4339865 or 6801341. OLE color: 6801341.

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

Color convert

RGB189199103-
CMYK0.0500.480.22
HSL66.25º46.15%59.22%-
HSV(B)66.25º48.24%78.04%-
XYZ43.8652.6420.68-
YUV185.0781.69130.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 199 (78.12% from 255) = 40.53%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=38.49%
G=40.53%
B=20.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891991030.0500.480.2266.2546.1559.22
HexBDC767503016422e3b
Octal2753071475060261025673
Binary101111011100011111001111010110000101101000010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC767; }

 p { color: rgb(189,199,103); }

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

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

 a { background-color: rgb(189,199,103); }

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

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

 span { border-color: rgb(189,199,103); }

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