#BED769

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

Shades of Wild Willow #BED769

Tints of Wild Willow #BED769

Color information

#BED769 (or 0xBED769) is unknown color: approx Wild Willow. HEX triplet: BE, D7 and 69. RGB value is (190,215,105). Sum of RGB (Red+Green+Blue) = 190+215+105=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #BED769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED769 is #412896. Grayscale: #C3C3C3. Windows color (decimal): -4270231 or 6936510. OLE color: 6936510.

HSL color Cylindrical-coordinate representation of color #BED769: hue angle of 73.64º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BED769 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB190215105-
CMYK0.1200.510.16
HSL73.64º57.89%62.75%-
HSV(B)73.64º51.16%84.31%-
XYZ48.0960.5722.52-
YUV194.9877.22124.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 215 (84.38% from 255) = 42.16%
BLUE value IS 105 (41.41% from 255) = 20.59%
R=37.25%
G=42.16%
B=20.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151050.1200.510.1673.6457.8962.75
HexBED769C033104a3a3f
Octal27632715114063201127277
Binary1011111011010111110100111000110011100001001010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED769; }

 p { color: rgb(190,215,105); }

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

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

 a { background-color: rgb(190,215,105); }

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

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

 span { border-color: rgb(190,215,105); }

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