Html Css Color HEX #BECD73 Wild Willow

📋 copy color: '#BECD73'

red 190 ◦ green 205 ◦ blue 115

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

Shades of Wild Willow #BECD73

Tints of Wild Willow #BECD73

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.2%

 BLUE value IS 115 (45.31% from 255) = 22.55%

R = 37.25%
G = 40.2%
B = 22.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#BECD73 (or 0xBECD73) is known color: Wild Willow. HEX triplet: BE, CD and 73. RGB value is (190,205,115). Sum of RGB (Red+Green+Blue) = 190+205+115=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD73 is #41328C. Grayscale: #BEBEBE. Windows color (decimal): -4272781 or 7589310. OLE color: 7589310.

HSL color Cylindrical-coordinate representation of color #BECD73: hue angle of 70º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BECD73 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 115 -
CMYK 0.07 0 0.44 0.20
HSL 70º 0.47% 0.63% -
HSV(B) 70º 0.44% 0.8% -
XYZ 46.16 55.85 24.57 -
YUV 190.26 85.53 127.82 -
System Red Green Blue C M Y K H S L
Decimal 190 205 115 0.07 0 0.44 0.20 70 0.47 0.63
Hex BE CD 73 7 0 2C 14 46 2F 3F
Octal 276 315 163 7 0 54 24 106 57 77
Binary 10111110 11001101 1110011 111 0 101100 10100 1000110 101111 111111

Color Harmonies of #BECD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD73

Black with #BECD73

Text Example


Text Example

White with #BECD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD73; }

 p { color: rgb(190,205,115); }

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

background-color css

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

 a { background-color: rgb(190,205,115); }

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

border-color css

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

 span { border-color: rgb(190,205,115); }

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