Html Css Color HEX #BED072 Wild Willow

📋 copy color: '#BED072'

red 190 ◦ green 208 ◦ blue 114

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

Shades of Wild Willow #BED072

Tints of Wild Willow #BED072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

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

R = 37.11%
G = 40.63%
B = 22.27%

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

#BED072 (or 0xBED072) is known color: Wild Willow. HEX triplet: BE, D0 and 72. RGB value is (190,208,114). Sum of RGB (Red+Green+Blue) = 190+208+114=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 114 (44.92% from 255 or 22.27% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #BED072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED072 is #412F8D. Grayscale: #C0C0C0. Windows color (decimal): -4272014 or 7524542. OLE color: 7524542.

HSL color Cylindrical-coordinate representation of color #BED072: hue angle of 71.49º degrees, saturation: 0.5, 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 #BED072 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 208 114 -
CMYK 0.09 0 0.45 0.18
HSL 71.49º 0.5% 0.63% -
HSV(B) 71.49º 0.45% 0.82% -
XYZ 46.83 57.27 24.51 -
YUV 191.9 84.04 126.64 -
System Red Green Blue C M Y K H S L
Decimal 190 208 114 0.09 0 0.45 0.18 71.49 0.5 0.63
Hex BE D0 72 9 0 2D 12 47 32 3F
Octal 276 320 162 11 0 55 22 107 62 77
Binary 10111110 11010000 1110010 1001 0 101101 10010 1000111 110010 111111

Color Harmonies of #BED072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED072

Black with #BED072

Text Example


Text Example

White with #BED072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED072; }

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

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

background-color css

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

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

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

border-color css

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

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

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