Html Css Color HEX #BED864 Wild Willow

📋 copy color: '#BED864'

red 190 ◦ green 216 ◦ blue 100

#BED864
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #BED864

Tints of Wild Willow #BED864

RGB

 RED value IS 190 (74.61% from 255) = 37.55%

 GREEN value IS 216 (84.77% from 255) = 42.69%

 BLUE value IS 100 (39.45% from 255) = 19.76%

R = 37.55%
G = 42.69%
B = 19.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#BED864 (or 0xBED864) is known color: Wild Willow. HEX triplet: BE, D8 and 64. RGB value is (190,216,100). Sum of RGB (Red+Green+Blue) = 190+216+100=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #BED864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED864 is #41279B. Grayscale: #C3C3C3. Windows color (decimal): -4269980 or 6609086. OLE color: 6609086.

HSL color Cylindrical-coordinate representation of color #BED864: hue angle of 73.45º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BED864 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 216 100 -
CMYK 0.12 0 0.54 0.15
HSL 73.45º 0.6% 0.62% -
HSV(B) 73.45º 0.54% 0.85% -
XYZ 48.09 60.98 21.29 -
YUV 195 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 190 216 100 0.12 0 0.54 0.15 73.45 0.6 0.62
Hex BE D8 64 C 0 36 F 49 3C 3E
Octal 276 330 144 14 0 66 17 111 74 76
Binary 10111110 11011000 1100100 1100 0 110110 1111 1001001 111100 111110

Color Harmonies of #BED864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED864

Black with #BED864

Text Example


Text Example

White with #BED864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED864; }

 p { color: rgb(190,216,100); }

 H1.HeaderClassName
 {
   color: #BED864;
 }
 .AnyTagClassName
 {
   color: #BED864;
 }
</style>

background-color css

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

 a { background-color: rgb(190,216,100); }

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

border-color css

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

 span { border-color: rgb(190,216,100); }

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