#BED768

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

Shades of Wild Willow #BED768

Tints of Wild Willow #BED768

Color information

#BED768 (or 0xBED768) is unknown color: approx Wild Willow. HEX triplet: BE, D7 and 68. RGB value is (190,215,104). Sum of RGB (Red+Green+Blue) = 190+215+104=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 104 (41.02% from 255 or 20.43% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #BED768 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED768 is #412897. Grayscale: #C3C3C3. Windows color (decimal): -4270232 or 6870974. OLE color: 6870974.

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

Color convert

RGB190215104-
CMYK0.1200.520.16
HSL73.51º58.12%62.55%-
HSV(B)73.51º51.63%84.31%-
XYZ48.0360.5522.25-
YUV194.8776.72124.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 215 (84.38% from 255) = 42.24%
BLUE value IS 104 (41.02% from 255) = 20.43%
R=37.33%
G=42.24%
B=20.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1902151040.1200.520.1673.5158.1262.55
HexBED768C034104a3a3f
Octal27632715014064201127277
Binary1011111011010111110100011000110100100001001010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED768; }

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

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

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

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

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

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

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

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