Html Css Color HEX #BED96A Wild Willow

📋 copy color: '#BED96A'

red 190 ◦ green 217 ◦ blue 106

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

Shades of Wild Willow #BED96A

Tints of Wild Willow #BED96A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.3%

 BLUE value IS 106 (41.8% from 255) = 20.66%

R = 37.04%
G = 42.3%
B = 20.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#BED96A (or 0xBED96A) is known color: Wild Willow. HEX triplet: BE, D9 and 6A. RGB value is (190,217,106). Sum of RGB (Red+Green+Blue) = 190+217+106=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 217 - color contains mainly: green. Hex color #BED96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED96A is #412695. Grayscale: #C4C4C4. Windows color (decimal): -4269718 or 7002558. OLE color: 7002558.

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

Color convert

RGB 190 217 106 -
CMYK 0.12 0 0.51 0.15
HSL 74.59º 0.59% 0.63% -
HSV(B) 74.59º 0.51% 0.85% -
XYZ 48.65 61.61 22.96 -
YUV 196.27 77.05 123.53 -
System Red Green Blue C M Y K H S L
Decimal 190 217 106 0.12 0 0.51 0.15 74.59 0.59 0.63
Hex BE D9 6A C 0 33 F 4B 3B 3F
Octal 276 331 152 14 0 63 17 113 73 77
Binary 10111110 11011001 1101010 1100 0 110011 1111 1001011 111011 111111

Color Harmonies of #BED96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED96A

Black with #BED96A

Text Example


Text Example

White with #BED96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED96A; }

 p { color: rgb(190,217,106); }

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

background-color css

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

 a { background-color: rgb(190,217,106); }

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

border-color css

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

 span { border-color: rgb(190,217,106); }

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