#BDC658

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

Shades of Wild Willow #BDC658

Tints of Wild Willow #BDC658

Color information

#BDC658 (or 0xBDC658) is unknown color: approx Wild Willow. HEX triplet: BD, C6 and 58. RGB value is (189,198,88). Sum of RGB (Red+Green+Blue) = 189+198+88=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 88 (34.77% from 255 or 18.53% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC658 is #4239A7. Grayscale: #B7B7B7. Windows color (decimal): -4340136 or 5818045. OLE color: 5818045.

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

Color convert

RGB18919888-
CMYK0.0500.560.22
HSL64.91º49.11%56.08%-
HSV(B)64.91º55.56%77.65%-
XYZ42.9451.9116.99-
YUV182.7774.52132.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 198 (77.73% from 255) = 41.68%
BLUE value IS 88 (34.77% from 255) = 18.53%
R=39.79%
G=41.68%
B=18.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189198880.0500.560.2264.9149.1156.08
HexBDC658503816413138
Octal2753061305070261016170
Binary101111011100011010110001010111000101101000001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC658; }

 p { color: rgb(189,198,88); }

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

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

 a { background-color: rgb(189,198,88); }

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

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

 span { border-color: rgb(189,198,88); }

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