Html Css Color HEX #BED66C Wild Willow

📋 copy color: '#BED66C'

red 190 ◦ green 214 ◦ blue 108

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

Shades of Wild Willow #BED66C

Tints of Wild Willow #BED66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.09%

R = 37.11%
G = 41.8%
B = 21.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#BED66C (or 0xBED66C) is known color: Wild Willow. HEX triplet: BE, D6 and 6C. RGB value is (190,214,108). Sum of RGB (Red+Green+Blue) = 190+214+108=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #BED66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED66C is #412993. Grayscale: #C3C3C3. Windows color (decimal): -4270484 or 7132862. OLE color: 7132862.

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

Color convert

RGB 190 214 108 -
CMYK 0.11 0 0.50 0.16
HSL 73.58º 0.56% 0.63% -
HSV(B) 73.58º 0.5% 0.84% -
XYZ 47.99 60.12 23.26 -
YUV 194.74 79.05 124.62 -
System Red Green Blue C M Y K H S L
Decimal 190 214 108 0.11 0 0.50 0.16 73.58 0.56 0.63
Hex BE D6 6C B 0 32 10 4A 38 3F
Octal 276 326 154 13 0 62 20 112 70 77
Binary 10111110 11010110 1101100 1011 0 110010 10000 1001010 111000 111111

Color Harmonies of #BED66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED66C

Black with #BED66C

Text Example


Text Example

White with #BED66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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