Html Css Color HEX #BED272 Wild Willow

📋 copy color: '#BED272'

red 190 ◦ green 210 ◦ blue 114

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

Shades of Wild Willow #BED272

Tints of Wild Willow #BED272

RGB

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

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

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

R = 36.96%
G = 40.86%
B = 22.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#BED272 (or 0xBED272) is known color: Wild Willow. HEX triplet: BE, D2 and 72. RGB value is (190,210,114). Sum of RGB (Red+Green+Blue) = 190+210+114=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 210 - color contains mainly: green. Hex color #BED272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED272 is #412D8D. Grayscale: #C1C1C1. Windows color (decimal): -4271502 or 7525054. OLE color: 7525054.

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

Color convert

RGB 190 210 114 -
CMYK 0.10 0 0.46 0.18
HSL 72.5º 0.52% 0.64% -
HSV(B) 72.5º 0.46% 0.82% -
XYZ 47.32 58.26 24.67 -
YUV 193.08 83.37 125.81 -
System Red Green Blue C M Y K H S L
Decimal 190 210 114 0.10 0 0.46 0.18 72.5 0.52 0.64
Hex BE D2 72 A 0 2E 12 48 34 40
Octal 276 322 162 12 0 56 22 110 64 100
Binary 10111110 11010010 1110010 1010 0 101110 10010 1001000 110100 1000000

Color Harmonies of #BED272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED272

Black with #BED272

Text Example


Text Example

White with #BED272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED272; }

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

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

background-color css

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

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

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

border-color css

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

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

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