#BED964

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

Shades of Wild Willow #BED964

Tints of Wild Willow #BED964

Color information

#BED964 (or 0xBED964) is unknown color: approx Wild Willow. HEX triplet: BE, D9 and 64. RGB value is (190,217,100). Sum of RGB (Red+Green+Blue) = 190+217+100=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #BED964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED964 is #41269B. Grayscale: #C4C4C4. Windows color (decimal): -4269724 or 6609342. OLE color: 6609342.

HSL color Cylindrical-coordinate representation of color #BED964: hue angle of 73.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BED964 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB190217100-
CMYK0.1200.540.15
HSL73.85º60.62%62.16%-
HSV(B)73.85º53.92%85.1%-
XYZ48.3561.4921.38-
YUV195.5974.05124.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 100 (39.45% from 255) = 19.72%
R=37.48%
G=42.80%
B=19.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171000.1200.540.1573.8560.6262.16
HexBED964C036F4a3d3e
Octal27633114414066171127576
Binary101111101101100111001001100011011011111001010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED964; }

 p { color: rgb(190,217,100); }

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

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

 a { background-color: rgb(190,217,100); }

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

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

 span { border-color: rgb(190,217,100); }

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