Html Css Color HEX #BED275 Wild Willow

📋 copy color: '#BED275'

red 190 ◦ green 210 ◦ blue 117

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

Shades of Wild Willow #BED275

Tints of Wild Willow #BED275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.62%

 BLUE value IS 117 (46.09% from 255) = 22.63%

R = 36.75%
G = 40.62%
B = 22.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#BED275 (or 0xBED275) is known color: Wild Willow. HEX triplet: BE, D2 and 75. RGB value is (190,210,117). Sum of RGB (Red+Green+Blue) = 190+210+117=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 117 (46.09% from 255 or 22.63% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #BED275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED275 is #412D8A. Grayscale: #C1C1C1. Windows color (decimal): -4271499 or 7721662. OLE color: 7721662.

HSL color Cylindrical-coordinate representation of color #BED275: hue angle of 72.9º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BED275 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 117 -
CMYK 0.10 0 0.44 0.18
HSL 72.9º 0.51% 0.64% -
HSV(B) 72.9º 0.44% 0.82% -
XYZ 47.49 58.32 25.58 -
YUV 193.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 190 210 117 0.10 0 0.44 0.18 72.9 0.51 0.64
Hex BE D2 75 A 0 2C 12 49 33 40
Octal 276 322 165 12 0 54 22 111 63 100
Binary 10111110 11010010 1110101 1010 0 101100 10010 1001001 110011 1000000

Color Harmonies of #BED275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED275

Black with #BED275

Text Example


Text Example

White with #BED275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED275; }

 p { color: rgb(190,210,117); }

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

background-color css

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

 a { background-color: rgb(190,210,117); }

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

border-color css

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

 span { border-color: rgb(190,210,117); }

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