#BED967

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

Shades of Wild Willow #BED967

Tints of Wild Willow #BED967

Color information

#BED967 (or 0xBED967) is unknown color: approx Wild Willow. HEX triplet: BE, D9 and 67. RGB value is (190,217,103). Sum of RGB (Red+Green+Blue) = 190+217+103=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #BED967 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED967 is #412698. Grayscale: #C4C4C4. Windows color (decimal): -4269721 or 6805950. OLE color: 6805950.

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

Color convert

RGB190217103-
CMYK0.1200.530.15
HSL74.21º60%62.75%-
HSV(B)74.21º52.53%85.1%-
XYZ48.561.5522.16-
YUV195.9375.55123.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 217 (85.16% from 255) = 42.55%
BLUE value IS 103 (40.62% from 255) = 20.20%
R=37.25%
G=42.55%
B=20.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1902171030.1200.530.1574.216062.75
HexBED967C035F4a3c3f
Octal27633114714065171127477
Binary101111101101100111001111100011010111111001010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED967; }

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

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

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

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

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

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

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

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