Html Css Color HEX #BED172 Wild Willow

📋 copy color: '#BED172'

red 190 ◦ green 209 ◦ blue 114

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

Shades of Wild Willow #BED172

Tints of Wild Willow #BED172

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.74%

 BLUE value IS 114 (44.92% from 255) = 22.22%

R = 37.04%
G = 40.74%
B = 22.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#BED172 (or 0xBED172) is known color: Wild Willow. HEX triplet: BE, D1 and 72. RGB value is (190,209,114). Sum of RGB (Red+Green+Blue) = 190+209+114=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #BED172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED172 is #412E8D. Grayscale: #C0C0C0. Windows color (decimal): -4271758 or 7524798. OLE color: 7524798.

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

Color convert

RGB 190 209 114 -
CMYK 0.09 0 0.45 0.18
HSL 72º 0.51% 0.63% -
HSV(B) 72º 0.45% 0.82% -
XYZ 47.07 57.76 24.59 -
YUV 192.49 83.71 126.22 -
System Red Green Blue C M Y K H S L
Decimal 190 209 114 0.09 0 0.45 0.18 72 0.51 0.63
Hex BE D1 72 9 0 2D 12 48 33 3F
Octal 276 321 162 11 0 55 22 110 63 77
Binary 10111110 11010001 1110010 1001 0 101101 10010 1001000 110011 111111

Color Harmonies of #BED172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED172

Black with #BED172

Text Example


Text Example

White with #BED172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED172; }

 p { color: rgb(190,209,114); }

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

background-color css

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

 a { background-color: rgb(190,209,114); }

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

border-color css

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

 span { border-color: rgb(190,209,114); }

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