#BDCF67

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

Shades of Wild Willow #BDCF67

Tints of Wild Willow #BDCF67

Color information

#BDCF67 (or 0xBDCF67) is unknown color: approx Wild Willow. HEX triplet: BD, CF and 67. RGB value is (189,207,103). Sum of RGB (Red+Green+Blue) = 189+207+103=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCF67 is #423098. Grayscale: #BEBEBE. Windows color (decimal): -4337817 or 6803389. OLE color: 6803389.

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

Color convert

RGB189207103-
CMYK0.0900.500.19
HSL70.38º52%60.78%-
HSV(B)70.38º50.24%81.18%-
XYZ45.7556.4221.31-
YUV189.7679.04127.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 207 (81.25% from 255) = 41.48%
BLUE value IS 103 (40.62% from 255) = 20.64%
R=37.88%
G=41.48%
B=20.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071030.0900.500.1970.385260.78
HexBDCF6790321346343d
Octal27531714711062231066475
Binary1011110111001111110011110010110010100111000110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCF67; }

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

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

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

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

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

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

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

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