Html Css Color HEX #BED862 Wild Willow

📋 copy color: '#BED862'

red 190 ◦ green 216 ◦ blue 98

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

Shades of Wild Willow #BED862

Tints of Wild Willow #BED862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.44%

R = 37.7%
G = 42.86%
B = 19.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#BED862 (or 0xBED862) is known color: Wild Willow. HEX triplet: BE, D8 and 62. RGB value is (190,216,98). Sum of RGB (Red+Green+Blue) = 190+216+98=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 216 (84.77% from 255 or 42.86% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 216 - color contains mainly: green. Hex color #BED862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED862 is #41279D. Grayscale: #C3C3C3. Windows color (decimal): -4269982 or 6478014. OLE color: 6478014.

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

Color convert

RGB 190 216 98 -
CMYK 0.12 0 0.55 0.15
HSL 73.22º 0.6% 0.62% -
HSV(B) 73.22º 0.55% 0.85% -
XYZ 48 60.94 20.79 -
YUV 194.77 73.39 124.59 -
System Red Green Blue C M Y K H S L
Decimal 190 216 98 0.12 0 0.55 0.15 73.22 0.6 0.62
Hex BE D8 62 C 0 37 F 49 3C 3E
Octal 276 330 142 14 0 67 17 111 74 76
Binary 10111110 11011000 1100010 1100 0 110111 1111 1001001 111100 111110

Color Harmonies of #BED862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED862

Black with #BED862

Text Example


Text Example

White with #BED862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED862; }

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

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

background-color css

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

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

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

border-color css

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

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

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