Html Css Color HEX #BED770 Wild Willow

📋 copy color: '#BED770'

red 190 ◦ green 215 ◦ blue 112

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

Shades of Wild Willow #BED770

Tints of Wild Willow #BED770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.59%

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

R = 36.75%
G = 41.59%
B = 21.66%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#BED770 (or 0xBED770) is known color: Wild Willow. HEX triplet: BE, D7 and 70. RGB value is (190,215,112). Sum of RGB (Red+Green+Blue) = 190+215+112=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 215 (84.38% from 255 or 41.59% from 517); Blue value is 112 (44.14% from 255 or 21.66% from 517); Max value from RGB is 215 - color contains mainly: green. Hex color #BED770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED770 is #41288F. Grayscale: #C4C4C4. Windows color (decimal): -4270224 or 7395262. OLE color: 7395262.

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

Color convert

RGB 190 215 112 -
CMYK 0.12 0 0.48 0.16
HSL 74.56º 0.56% 0.64% -
HSV(B) 74.56º 0.48% 0.84% -
XYZ 48.46 60.72 24.49 -
YUV 195.78 80.72 123.88 -
System Red Green Blue C M Y K H S L
Decimal 190 215 112 0.12 0 0.48 0.16 74.56 0.56 0.64
Hex BE D7 70 C 0 30 10 4B 38 40
Octal 276 327 160 14 0 60 20 113 70 100
Binary 10111110 11010111 1110000 1100 0 110000 10000 1001011 111000 1000000

Color Harmonies of #BED770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED770

Black with #BED770

Text Example


Text Example

White with #BED770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED770; }

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

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

background-color css

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

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

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

border-color css

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

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

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