Html Css Color HEX #BED660 Wild Willow

📋 copy color: '#BED660'

red 190 ◦ green 214 ◦ blue 96

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

Shades of Wild Willow #BED660

Tints of Wild Willow #BED660

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.8%

 BLUE value IS 96 (37.89% from 255) = 19.2%

R = 38%
G = 42.8%
B = 19.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#BED660 (or 0xBED660) is known color: Wild Willow. HEX triplet: BE, D6 and 60. RGB value is (190,214,96). Sum of RGB (Red+Green+Blue) = 190+214+96=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #BED660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED660 is #41299F. Grayscale: #C1C1C1. Windows color (decimal): -4270496 or 6346430. OLE color: 6346430.

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

Color convert

RGB 190 214 96 -
CMYK 0.11 0 0.55 0.16
HSL 72.2º 0.59% 0.61% -
HSV(B) 72.2º 0.55% 0.84% -
XYZ 47.39 59.88 20.13 -
YUV 193.37 73.05 125.59 -
System Red Green Blue C M Y K H S L
Decimal 190 214 96 0.11 0 0.55 0.16 72.2 0.59 0.61
Hex BE D6 60 B 0 37 10 48 3B 3D
Octal 276 326 140 13 0 67 20 110 73 75
Binary 10111110 11010110 1100000 1011 0 110111 10000 1001000 111011 111101

Color Harmonies of #BED660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED660

Black with #BED660

Text Example


Text Example

White with #BED660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED660; }

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

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

background-color css

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

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

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

border-color css

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

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

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