Html Css Color HEX #BED866 Wild Willow

📋 copy color: '#BED866'

red 190 ◦ green 216 ◦ blue 102

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

Shades of Wild Willow #BED866

Tints of Wild Willow #BED866

RGB

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

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

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

R = 37.4%
G = 42.52%
B = 20.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#BED866 (or 0xBED866) is known color: Wild Willow. HEX triplet: BE, D8 and 66. RGB value is (190,216,102). Sum of RGB (Red+Green+Blue) = 190+216+102=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #BED866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED866 is #412799. Grayscale: #C3C3C3. Windows color (decimal): -4269978 or 6740158. OLE color: 6740158.

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

Color convert

RGB 190 216 102 -
CMYK 0.12 0 0.53 0.15
HSL 73.68º 0.59% 0.62% -
HSV(B) 73.68º 0.53% 0.85% -
XYZ 48.19 61.02 21.81 -
YUV 195.23 75.39 124.27 -
System Red Green Blue C M Y K H S L
Decimal 190 216 102 0.12 0 0.53 0.15 73.68 0.59 0.62
Hex BE D8 66 C 0 35 F 4A 3B 3E
Octal 276 330 146 14 0 65 17 112 73 76
Binary 10111110 11011000 1100110 1100 0 110101 1111 1001010 111011 111110

Color Harmonies of #BED866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED866

Black with #BED866

Text Example


Text Example

White with #BED866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED866; }

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

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

background-color css

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

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

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

border-color css

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

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

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