Html Css Color HEX #BED666 Wild Willow

📋 copy color: '#BED666'

red 190 ◦ green 214 ◦ blue 102

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

Shades of Wild Willow #BED666

Tints of Wild Willow #BED666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.16%

R = 37.55%
G = 42.29%
B = 20.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#BED666 (or 0xBED666) is known color: Wild Willow. HEX triplet: BE, D6 and 66. RGB value is (190,214,102). Sum of RGB (Red+Green+Blue) = 190+214+102=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #BED666 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED666 is #412999. Grayscale: #C2C2C2. Windows color (decimal): -4270490 or 6739646. OLE color: 6739646.

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

Color convert

RGB 190 214 102 -
CMYK 0.11 0 0.52 0.16
HSL 72.86º 0.58% 0.62% -
HSV(B) 72.86º 0.52% 0.84% -
XYZ 47.68 60 21.64 -
YUV 194.06 76.05 125.11 -
System Red Green Blue C M Y K H S L
Decimal 190 214 102 0.11 0 0.52 0.16 72.86 0.58 0.62
Hex BE D6 66 B 0 34 10 49 3A 3E
Octal 276 326 146 13 0 64 20 111 72 76
Binary 10111110 11010110 1100110 1011 0 110100 10000 1001001 111010 111110

Color Harmonies of #BED666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED666

Black with #BED666

Text Example


Text Example

White with #BED666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED666; }

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

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

background-color css

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

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

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

border-color css

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

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

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