Html Css Color HEX #BECD50 Wild Willow

📋 copy color: '#BECD50'

red 190 ◦ green 205 ◦ blue 80

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

Shades of Wild Willow #BECD50

Tints of Wild Willow #BECD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.84%

R = 40%
G = 43.16%
B = 16.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#BECD50 (or 0xBECD50) is known color: Wild Willow. HEX triplet: BE, CD and 50. RGB value is (190,205,80). Sum of RGB (Red+Green+Blue) = 190+205+80=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 80 (31.64% from 255 or 16.84% from 475); Max value from RGB is 205 - color contains mainly: green. Hex color #BECD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECD50 is #4132AF. Grayscale: #BABABA. Windows color (decimal): -4272816 or 5295550. OLE color: 5295550.

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

Color convert

RGB 190 205 80 -
CMYK 0.07 0 0.61 0.20
HSL 67.2º 0.56% 0.56% -
HSV(B) 67.2º 0.61% 0.8% -
XYZ 44.51 55.19 15.9 -
YUV 186.27 68.03 130.66 -
System Red Green Blue C M Y K H S L
Decimal 190 205 80 0.07 0 0.61 0.20 67.2 0.56 0.56
Hex BE CD 50 7 0 3D 14 43 38 38
Octal 276 315 120 7 0 75 24 103 70 70
Binary 10111110 11001101 1010000 111 0 111101 10100 1000011 111000 111000

Color Harmonies of #BECD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECD50

Black with #BECD50

Text Example


Text Example

White with #BECD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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