#BED667

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

Shades of Wild Willow #BED667

Tints of Wild Willow #BED667

Color information

#BED667 (or 0xBED667) is unknown color: approx Wild Willow. HEX triplet: BE, D6 and 67. RGB value is (190,214,103). Sum of RGB (Red+Green+Blue) = 190+214+103=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 214 (83.98% from 255 or 42.21% from 507); Blue value is 103 (40.62% from 255 or 20.32% from 507); Max value from RGB is 214 - color contains mainly: green. Hex color #BED667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED667 is #412998. Grayscale: #C2C2C2. Windows color (decimal): -4270489 or 6805182. OLE color: 6805182.

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

Color convert

RGB190214103-
CMYK0.1100.520.16
HSL72.97º57.51%62.16%-
HSV(B)72.97º51.87%83.92%-
XYZ47.7360.0221.9-
YUV194.1776.55125.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 214 (83.98% from 255) = 42.21%
BLUE value IS 103 (40.62% from 255) = 20.32%
R=37.48%
G=42.21%
B=20.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902141030.1100.520.1672.9757.5162.16
HexBED667B03410493a3e
Octal27632614713064201117276
Binary1011111011010110110011110110110100100001001001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED667; }

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

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

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

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

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

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

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

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