Html Css Color HEX #BED870 Wild Willow

📋 copy color: '#BED870'

red 190 ◦ green 216 ◦ blue 112

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

Shades of Wild Willow #BED870

Tints of Wild Willow #BED870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.62%

R = 36.68%
G = 41.7%
B = 21.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#BED870 (or 0xBED870) is known color: Wild Willow. HEX triplet: BE, D8 and 70. RGB value is (190,216,112). Sum of RGB (Red+Green+Blue) = 190+216+112=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #BED870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED870 is #41278F. Grayscale: #C4C4C4. Windows color (decimal): -4269968 or 7395518. OLE color: 7395518.

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

Color convert

RGB 190 216 112 -
CMYK 0.12 0 0.48 0.15
HSL 75º 0.57% 0.64% -
HSV(B) 75º 0.48% 0.85% -
XYZ 48.72 61.23 24.58 -
YUV 196.37 80.39 123.46 -
System Red Green Blue C M Y K H S L
Decimal 190 216 112 0.12 0 0.48 0.15 75 0.57 0.64
Hex BE D8 70 C 0 30 F 4B 39 40
Octal 276 330 160 14 0 60 17 113 71 100
Binary 10111110 11011000 1110000 1100 0 110000 1111 1001011 111001 1000000

Color Harmonies of #BED870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED870

Black with #BED870

Text Example


Text Example

White with #BED870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED870; }

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

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

background-color css

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

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

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

border-color css

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

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

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