#B4CF67

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

Shades of Wild Willow #B4CF67

Tints of Wild Willow #B4CF67

Color information

#B4CF67 (or 0xB4CF67) is unknown color: approx Wild Willow. HEX triplet: B4, CF and 67. RGB value is (180,207,103). Sum of RGB (Red+Green+Blue) = 180+207+103=490 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.73% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CF67 is #4B3098. Grayscale: #BBBBBB. Windows color (decimal): -4927641 or 6803380. OLE color: 6803380.

HSL color Cylindrical-coordinate representation of color #B4CF67: hue angle of 75.58º 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 #B4CF67 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB180207103-
CMYK0.1300.500.19
HSL75.58º52%60.78%-
HSV(B)75.58º50.24%81.18%-
XYZ43.5855.3121.21-
YUV187.0780.55122.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.73%
GREEN value IS 207 (81.25% from 255) = 42.24%
BLUE value IS 103 (40.62% from 255) = 21.02%
R=36.73%
G=42.24%
B=21.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802071030.1300.500.1975.585260.78
HexB4CF67D032134c343d
Octal26431714715062231146475
Binary1011010011001111110011111010110010100111001100110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CF67; }

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

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

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

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

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

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

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

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