#BED267

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

Shades of Wild Willow #BED267

Tints of Wild Willow #BED267

Color information

#BED267 (or 0xBED267) is unknown color: approx Wild Willow. HEX triplet: BE, D2 and 67. RGB value is (190,210,103). Sum of RGB (Red+Green+Blue) = 190+210+103=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 103 (40.62% from 255 or 20.48% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #BED267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED267 is #412D98. Grayscale: #C0C0C0. Windows color (decimal): -4271513 or 6804158. OLE color: 6804158.

HSL color Cylindrical-coordinate representation of color #BED267: hue angle of 71.21º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BED267 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB190210103-
CMYK0.1000.510.18
HSL71.21º54.31%61.37%-
HSV(B)71.21º50.95%82.35%-
XYZ46.7358.0221.57-
YUV191.8277.87126.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.77%
GREEN value IS 210 (82.42% from 255) = 41.75%
BLUE value IS 103 (40.62% from 255) = 20.48%
R=37.77%
G=41.75%
B=20.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101030.1000.510.1871.2154.3161.37
HexBED267A0331247363d
Octal27632214712063221076675
Binary1011111011010010110011110100110011100101000111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED267; }

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

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

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

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

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

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

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

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