Html Css Color HEX #BEC971 Wild Willow

📋 copy color: '#BEC971'

red 190 ◦ green 201 ◦ blue 113

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

Shades of Wild Willow #BEC971

Tints of Wild Willow #BEC971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.88%

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

R = 37.7%
G = 39.88%
B = 22.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#BEC971 (or 0xBEC971) is known color: Wild Willow. HEX triplet: BE, C9 and 71. RGB value is (190,201,113). Sum of RGB (Red+Green+Blue) = 190+201+113=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC971 is #41368E. Grayscale: #BCBCBC. Windows color (decimal): -4273807 or 7457214. OLE color: 7457214.

HSL color Cylindrical-coordinate representation of color #BEC971: hue angle of 67.5º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEC971 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 113 -
CMYK 0.05 0 0.44 0.21
HSL 67.5º 0.45% 0.62% -
HSV(B) 67.5º 0.44% 0.79% -
XYZ 45.1 53.91 23.65 -
YUV 187.68 85.86 129.66 -
System Red Green Blue C M Y K H S L
Decimal 190 201 113 0.05 0 0.44 0.21 67.5 0.45 0.62
Hex BE C9 71 5 0 2C 15 44 2D 3E
Octal 276 311 161 5 0 54 25 104 55 76
Binary 10111110 11001001 1110001 101 0 101100 10101 1000100 101101 111110

Color Harmonies of #BEC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC971

Black with #BEC971

Text Example


Text Example

White with #BEC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC971; }

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

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

background-color css

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

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

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

border-color css

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

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

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