Html Css Color HEX #BED271 Wild Willow

📋 copy color: '#BED271'

red 190 ◦ green 210 ◦ blue 113

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

Shades of Wild Willow #BED271

Tints of Wild Willow #BED271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.03%

R = 37.04%
G = 40.94%
B = 22.03%

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

#BED271 (or 0xBED271) is known color: Wild Willow. HEX triplet: BE, D2 and 71. RGB value is (190,210,113). Sum of RGB (Red+Green+Blue) = 190+210+113=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #BED271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED271 is #412D8E. Grayscale: #C1C1C1. Windows color (decimal): -4271503 or 7459518. OLE color: 7459518.

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

Color convert

RGB 190 210 113 -
CMYK 0.10 0 0.46 0.18
HSL 72.37º 0.52% 0.63% -
HSV(B) 72.37º 0.46% 0.82% -
XYZ 47.26 58.23 24.37 -
YUV 192.96 82.87 125.89 -
System Red Green Blue C M Y K H S L
Decimal 190 210 113 0.10 0 0.46 0.18 72.37 0.52 0.63
Hex BE D2 71 A 0 2E 12 48 34 3F
Octal 276 322 161 12 0 56 22 110 64 77
Binary 10111110 11010010 1110001 1010 0 101110 10010 1001000 110100 111111

Color Harmonies of #BED271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED271

Black with #BED271

Text Example


Text Example

White with #BED271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED271; }

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

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

background-color css

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

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

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

border-color css

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

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

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