#BED65C

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

Shades of Wild Willow #BED65C

Tints of Wild Willow #BED65C

Color information

#BED65C (or 0xBED65C) is unknown color: approx Wild Willow. HEX triplet: BE, D6 and 5C. RGB value is (190,214,92). Sum of RGB (Red+Green+Blue) = 190+214+92=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 214 (83.98% from 255 or 43.15% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 214 - color contains mainly: green. Hex color #BED65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED65C is #4129A3. Grayscale: #C1C1C1. Windows color (decimal): -4270500 or 6084286. OLE color: 6084286.

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

Color convert

RGB19021492-
CMYK0.1100.570.16
HSL71.8º59.8%60%-
HSV(B)71.8º57.01%83.92%-
XYZ47.2159.8119.18-
YUV192.9271.05125.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 214 (83.98% from 255) = 43.15%
BLUE value IS 92 (36.33% from 255) = 18.55%
R=38.31%
G=43.15%
B=18.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190214920.1100.570.1671.859.860
HexBED65CB03910483c3c
Octal27632613413071201107474
Binary1011111011010110101110010110111001100001001000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED65C; }

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

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

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

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

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

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

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

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