#BDC965

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

Shades of Wild Willow #BDC965

Tints of Wild Willow #BDC965

Color information

#BDC965 (or 0xBDC965) is unknown color: approx Wild Willow. HEX triplet: BD, C9 and 65. RGB value is (189,201,101). Sum of RGB (Red+Green+Blue) = 189+201+101=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC965 is #42369A. Grayscale: #BABABA. Windows color (decimal): -4339355 or 6670781. OLE color: 6670781.

HSL color Cylindrical-coordinate representation of color #BDC965: hue angle of 67.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDC965 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB189201101-
CMYK0.0600.500.21
HSL67.2º48.08%59.22%-
HSV(B)67.2º49.75%78.82%-
XYZ44.2253.5320.31-
YUV186.0180.02130.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 101 (39.84% from 255) = 20.57%
R=38.49%
G=40.94%
B=20.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011010.0600.500.2167.248.0859.22
HexBDC96560321543303b
Octal2753111456062251036073
Binary101111011100100111001011100110010101011000011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC965; }

 p { color: rgb(189,201,101); }

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

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

 a { background-color: rgb(189,201,101); }

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

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

 span { border-color: rgb(189,201,101); }

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